[Liblas-commits] hg: silence unreferenced variable warning

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Nov 4 14:08:00 EDT 2010


changeset e950d101dd5b in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=e950d101dd5b
summary: silence unreferenced variable warning

diffstat:

 apps/oci_util.cpp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9bc112c8701c -r e950d101dd5b apps/oci_util.cpp
--- a/apps/oci_util.cpp	Thu Nov 04 11:56:51 2010 -0500
+++ b/apps/oci_util.cpp	Thu Nov 04 12:56:09 2010 -0500
@@ -165,7 +165,7 @@
     
     try {
         statement->Execute();
-    } catch (std::runtime_error const& e) {
+    } catch (std::runtime_error const& ) {
         // Assume for now that an error returned here is OCI_NODATA, which means 
         // the table doesn't exist.  If this really isn't the case, we're going 
         // to get more legit message further down the line.


More information about the Liblas-commits mailing list