Author: wyoung
Date: Wed Feb  6 03:05:03 2008
New Revision: 2157

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2157&view=rev
Log:
Squished a pedantic GCC warning

Modified:
    trunk/test/string.cpp

Modified: trunk/test/string.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/string.cpp?rev=2157&r1=2156&r2=2157&view=diff
==============================================================================
--- trunk/test/string.cpp (original)
+++ trunk/test/string.cpp Wed Feb  6 03:05:03 2008
@@ -95,6 +95,7 @@
        bool conv_threw = false;
        try {
                int converted = s;
+               (void)converted;        // pedantic warning squisher
        }
        catch (const mysqlpp::BadConversion&) {
                conv_threw = true;


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

Reply via email to