Author: mysqlpp
Date: Wed May 19 18:48:12 2010
New Revision: 2660

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2660&view=rev
Log:
Warning squisher, fix from patch by Andris Pavenis,
https://bugzilla.redhat.com/show_bug.cgi?id=593564

Modified:
    trunk/lib/null.h

Modified: trunk/lib/null.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/null.h?rev=2660&r1=2659&r2=2660&view=diff
==============================================================================
--- trunk/lib/null.h (original)
+++ trunk/lib/null.h Wed May 19 18:48:12 2010
@@ -250,7 +250,7 @@
        ///
        /// This just sets the is_null flag; the data member is not
        /// affected until you call the Type() operator on it.
-       Null& operator =(const null_type& n)
+       Null& operator =(const null_type&)
        {
                is_null = true;
                return *this;


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

Reply via email to