mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-07-07 06:05:20 -04:00
Initial commit that can build a static library from recompiled functions
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic ignored "-Wunused-variable"
|
||||
#pragma clang diagnostic ignored "-Wimplicit-function-declaration"
|
||||
#endif
|
||||
Reference in New Issue
Block a user