mirror of
https://github.com/zeldaret/oot
synced 2026-05-31 09:21:59 -04:00
[iQue] Build some C files with EGCS (#2396)
This commit is contained in:
@@ -24,6 +24,8 @@ static s32 sCurCeilingBgId;
|
||||
PRINTF
|
||||
#elif IDO_PRINTF_WORKAROUND
|
||||
#define ACTOR_DEBUG_PRINTF(args) (void)0
|
||||
#elif defined(__GNUC__) && __GNUC__ < 3
|
||||
#define ACTOR_DEBUG_PRINTF(format, args...) (void)0
|
||||
#else
|
||||
#define ACTOR_DEBUG_PRINTF(format, ...) (void)0
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user