Author: mordante
Date: Fri Dec  5 18:00:21 2008
New Revision: 31288

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31288&view=rev
Log:
Fix a compiler warning.

Modified:
    trunk/src/image.hpp

Modified: trunk/src/image.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/image.hpp?rev=31288&r1=31287&r2=31288&view=diff
==============================================================================
--- trunk/src/image.hpp (original)
+++ trunk/src/image.hpp Fri Dec  5 18:00:21 2008
@@ -78,7 +78,7 @@
 
        struct SizeOne {
                template<typename T>
-               int operator()(const T& t) const { return 1; }
+               int operator()(const T&) const { return 1; }
        };
 
        template<typename T, typename SizeFunctor>


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

Reply via email to