Silence -Wunused-variable warnings in src/table/townname.h
This commit is contained in:
@@ -11,6 +11,10 @@
|
|||||||
|
|
||||||
#include "../core/enum_type.hpp"
|
#include "../core/enum_type.hpp"
|
||||||
|
|
||||||
|
#if defined(__GNUC__)
|
||||||
|
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||||
|
#endif
|
||||||
|
|
||||||
static const char * const _name_original_english_1[] = {
|
static const char * const _name_original_english_1[] = {
|
||||||
"Great ",
|
"Great ",
|
||||||
"Little ",
|
"Little ",
|
||||||
|
Reference in New Issue
Block a user