summaryrefslogtreecommitdiff
path: root/src/opengl1graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opengl1graphics.h')
-rw-r--r--src/opengl1graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/opengl1graphics.h b/src/opengl1graphics.h
index 0c29ec1ca..05ec9f79b 100644
--- a/src/opengl1graphics.h
+++ b/src/opengl1graphics.h
@@ -34,9 +34,9 @@
#endif
#ifdef __GNUC__
-#define _UNUSED_ __attribute__ ((unused))
+#define A_UNUSED __attribute__ ((unused))
#else
-#define _UNUSED_
+#define A_UNUSED
#endif
class OpenGL1Graphics : public Graphics