mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2024-12-27 12:19:23 +00:00
5 lines
144 B
C
5 lines
144 B
C
|
#ifdef __clang__
|
||
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||
|
#pragma clang diagnostic ignored "-Wimplicit-function-declaration"
|
||
|
#endif
|