mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-30 06:01:37 +00:00
clang -> GCC disable warnings
This commit is contained in:
parent
008dfa5b0b
commit
54bfb986b6
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#ifdef __clang__
|
#ifdef __GNUC__
|
||||||
#pragma clang diagnostic ignored "-Wunused-variable"
|
#pragma GCC diagnostic ignored "-Wunused-variable"
|
||||||
#pragma clang diagnostic ignored "-Wimplicit-function-declaration"
|
#pragma GCC diagnostic ignored "-Wimplicit-function-declaration"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue