Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Wrappers/linux_gtk.h')
-rw-r--r--Source/Wrappers/linux_gtk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Wrappers/linux_gtk.h b/Source/Wrappers/linux_gtk.h
index f0e2cea4..f3ccf12b 100644
--- a/Source/Wrappers/linux_gtk.h
+++ b/Source/Wrappers/linux_gtk.h
@@ -21,12 +21,12 @@
//
//-----------------------------------------------------------------------------
#ifdef __GNUC__
-# pragma GCC diagnostic push
-# pragma GCC diagnostic ignored "-Wpedantic"
+#pragma GCC diagnostic push
+#pragma GCC diagnostic ignored "-Wpedantic"
#endif
#ifdef PLATFORM_LINUX
#include <gtk/gtk.h>
#endif
#ifdef __GNUC__
-# pragma GCC diagnostic pop
+#pragma GCC diagnostic pop
#endif