From 0cff44ef5c1383a638c30cc9f5f8c81b6b4318f9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 30 Oct 2012 13:05:34 +0300 Subject: Add unused warnings to other files. --- src/net/gamehandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/gamehandler.h') diff --git a/src/net/gamehandler.h b/src/net/gamehandler.h index a9713a30a..512972b23 100644 --- a/src/net/gamehandler.h +++ b/src/net/gamehandler.h @@ -55,9 +55,9 @@ class GameHandler /** * Tells whether the protocol is using the MP status bar */ - virtual bool canUseMagicBar() const = 0; + virtual bool canUseMagicBar() const A_WARN_UNUSED = 0; - virtual bool mustPing() const = 0; + virtual bool mustPing() const A_WARN_UNUSED = 0; }; } // namespace Net -- cgit v1.2.3-60-g2f50