mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
build: do not overwrite the -Wno-error switchs
This commit is contained in:
parent
42ecca817d
commit
81fe46213d
1 changed files with 1 additions and 1 deletions
|
|
@ -187,6 +187,7 @@ endif
|
||||||
ifdef ERRORMODE
|
ifdef ERRORMODE
|
||||||
WFLAGS+=-Werror
|
WFLAGS+=-Werror
|
||||||
endif
|
endif
|
||||||
|
WFLAGS+=$(OLDWFLAGS)
|
||||||
ifdef GCC43
|
ifdef GCC43
|
||||||
#WFLAGS+=-Wno-error=clobbered
|
#WFLAGS+=-Wno-error=clobbered
|
||||||
endif
|
endif
|
||||||
|
|
@ -199,7 +200,6 @@ endif
|
||||||
ifdef GCC61
|
ifdef GCC61
|
||||||
WFALGS+=-Wno-error=tautological-compare
|
WFALGS+=-Wno-error=tautological-compare
|
||||||
endif
|
endif
|
||||||
WFLAGS+=$(OLDWFLAGS)
|
|
||||||
|
|
||||||
|
|
||||||
#indicate platform and what interface use with
|
#indicate platform and what interface use with
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue