Author: wyoung
Date: Fri Aug 14 08:30:47 2015
New Revision: 2781
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2781&view=rev
Log:
Backported fix from libtabula for clang warning about an unused
parameter reported on the ML by João M. S. Silva.
Modified:
trunk/lib/insertpolicy.h
Modified: trunk/lib/insertpolicy.h
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/insertpolicy.h?rev=2781&r1=2780&r2=2781&view=diff
==============================================================================
--- trunk/lib/insertpolicy.h (original)
+++ trunk/lib/insertpolicy.h Fri Aug 14 08:30:47 2015
@@ -142,6 +142,7 @@
template <class RowT>
bool can_add(int size, const RowT& object) const
{
+ (void)object; // we don't use this, but other
policies do
return (size < size_);
}
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits