mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-01-15 19:22:24 +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
|