diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-16 18:43:20 +0100 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-16 18:43:20 +0100 |
commit | e31be2804e19b75ba41312bac87239a2f068efe3 (patch) | |
tree | 421dd6f19da95e156e0bee8435228935cf2196c9 /include/global.h | |
parent | 6f4ef01cefe01b5c02e963c842f9f1515e12a5dc (diff) |
use #pragma unused
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |