Silence -Wunused-variable warnings in src/table/townname.h

This commit is contained in:
Jonathan G Rennison
2016-09-05 23:00:45 +01:00
parent 6e9ea59ab5
commit f7af8b8bdc

View File

@@ -11,6 +11,10 @@
#include "../core/enum_type.hpp"
#if defined(__GNUC__)
#pragma GCC diagnostic ignored "-Wunused-variable"
#endif
static const char * const _name_original_english_1[] = {
"Great ",
"Little ",