diff options
Diffstat (limited to 'src/ochess.hpp')
| -rw-r--r-- | src/ochess.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ochess.hpp b/src/ochess.hpp index 6317c2f..f810b7d 100644 --- a/src/ochess.hpp +++ b/src/ochess.hpp @@ -36,6 +36,7 @@ #define CONFIG_OPEN(name) wxConfig *name = new wxConfig("ochess") #define CONFIG_CLOSE(name) delete name #define CONFIG_VERSION "1.0" +#define UNUSED(symbol) (void)(symbol); class Game; class GameBase; |
