From e31be2804e19b75ba41312bac87239a2f068efe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Calixte?= Date: Tue, 16 Mar 2021 18:43:20 +0100 Subject: use #pragma unused --- include/global.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/global.h') diff --git a/include/global.h b/include/global.h index be0e1870..e0e8cb22 100644 --- a/include/global.h +++ b/include/global.h @@ -14,8 +14,6 @@ #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