Author: wyoung
Date: Sat Feb 21 02:37:01 2009
New Revision: 2451

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2451&view=rev
Log:
Unreferenced variable warning squisher

Modified:
    trunk/test/array_index.cpp

Modified: trunk/test/array_index.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/array_index.cpp?rev=2451&r1=2450&r2=2451&view=diff
==============================================================================
--- trunk/test/array_index.cpp (original)
+++ trunk/test/array_index.cpp Sat Feb 21 02:37:01 2009
@@ -107,7 +107,7 @@
                                typeid(container).name() << '!' << std::endl;
                return false;
        }
-       catch (const mysqlpp::BadFieldName& e) {
+       catch (const mysqlpp::BadFieldName&) {
                // Good; fall through to next test
        }
        catch (const mysqlpp::Exception& e) {


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to