mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-27 11:40:52 +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…
Reference in a new issue