summaryrefslogtreecommitdiff
path: root/src/localconsts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localconsts.h')
-rw-r--r--src/localconsts.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/localconsts.h b/src/localconsts.h
index f9cf19a9c..02815d521 100644
--- a/src/localconsts.h
+++ b/src/localconsts.h
@@ -30,14 +30,13 @@
#ifdef __GNUC__
#define A_UNUSED __attribute__ ((unused))
-# ifdef __clang__
-# define gnu_printf printf
-# endif
#else
#define A_UNUSED
#define gnu_printf printf
#endif
-
+#ifdef __clang__
+#define gnu_printf printf
+#endif
//#define DEBUG_CONFIG 1
//#define DEBUG_BIND_TEXTURE 1