summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index e0e8cb22..be0e1870 100644
--- a/include/global.h
+++ b/include/global.h
@@ -14,6 +14,8 @@
#define GF_ASSERT(expr) do {if (!(expr)) ErrorHandling();} while (0)
+#define UNUSED __attribute__((unused))
+
#ifndef IN_MAIN_C
extern const u8 gGameLanguage;
extern const u8 gGameVersion;