Author: esr
Date: Sat Jun 23 22:00:29 2007
New Revision: 18422

URL: http://svn.gna.org/viewcvs/wesnoth?rev=18422&view=rev
Log:
Suppress a spurious compiler warning.

Modified:
    trunk/src/display.hpp

Modified: trunk/src/display.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/display.hpp?rev=18422&r1=18421&r2=18422&view=diff
==============================================================================
--- trunk/src/display.hpp (original)
+++ trunk/src/display.hpp Sat Jun 23 22:00:29 2007
@@ -143,7 +143,7 @@
        void create_buttons();
 
        // Will be overridden in the display subclass
-       bool fogged(const gamemap::location& loc) const { return false; }
+       bool fogged(const gamemap::location& loc UNUSED) const {return false;};
 
 protected:
        CVideo& screen_;


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

Reply via email to