mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-26 03:00:55 +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
|
||||
WFLAGS+=-Werror
|
||||
endif
|
||||
WFLAGS+=$(OLDWFLAGS)
|
||||
ifdef GCC43
|
||||
#WFLAGS+=-Wno-error=clobbered
|
||||
endif
|
||||
|
@ -199,7 +200,6 @@ endif
|
|||
ifdef GCC61
|
||||
WFALGS+=-Wno-error=tautological-compare
|
||||
endif
|
||||
WFLAGS+=$(OLDWFLAGS)
|
||||
|
||||
|
||||
#indicate platform and what interface use with
|
||||
|
|
Loading…
Reference in a new issue