add -w off to global CFlags

This commit is contained in:
SwareJonge 2023-05-03 04:34:25 +02:00
parent d654272182
commit 14fefba7d4

View File

@ -329,7 +329,6 @@ CFLAGS = [
"-char signed",
"-enum int",
"-use_lmw_stmw on",
"-w off",
"-common on",
"-inline auto",
MWCC_DEFINES
@ -359,6 +358,7 @@ KANESHIGE = BASE_GAME_CFLAGS + [ "-inline off" ]
LOCAL_CFLAGS = [
"-nostdinc",
"-w off",
"-proc gekko",
"-maxerrors 1",
"-I-",