summaryrefslogtreecommitdiff
path: root/src/common/const_array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/const_array.hpp')
-rw-r--r--src/common/const_array.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/const_array.hpp b/src/common/const_array.hpp
index 12c5d6f..eb0da58 100644
--- a/src/common/const_array.hpp
+++ b/src/common/const_array.hpp
@@ -29,7 +29,6 @@
#include <vector>
#ifdef ANNOYING_GCC46_WORKAROUNDS
-# warning "like this one"
// constexpr is buggy with templates in this version
# define constexpr /* nothing */
#endif