summaryrefslogtreecommitdiffstats
path: root/src/Defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Defines.h')
-rw-r--r--src/Defines.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Defines.h b/src/Defines.h
index 6c6eea323..fb3231ff2 100644
--- a/src/Defines.h
+++ b/src/Defines.h
@@ -12,16 +12,9 @@ typedef std::vector<int> cSlotNums;
-#ifdef __clang__
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wmissing-variable-declarations"
-#endif
/** Constant to calculate ticks from seconds "ticks per second" */
constexpr inline const int TPS = 20;
// This is not added to the lua API because it broke the build
-#ifdef __clang__
-#pragma clang diagnostic pop
-#endif