From 000fd95ffcc81b03f0e25e46ce30884cf1ff59a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Calixte?= Date: Tue, 16 Mar 2021 18:16:42 +0100 Subject: module 52 header --- include/global.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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; -- cgit v1.2.3