mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
4 lines
139 B
C
4 lines
139 B
C
#ifdef __GNUC__
|
|
#pragma GCC diagnostic ignored "-Wunused-variable"
|
|
#pragma GCC diagnostic ignored "-Wimplicit-function-declaration"
|
|
#endif
|