mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Makefile.common: disable -Wstrict-overflow.
It didn't turn out that useful and was giving a warning with one of the preceding changes. git-svn-id: https://svn.eduke32.com/eduke32@3963 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
2945a966e1
commit
4872adb3c8
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ ifeq (1,$(strip $(shell expr $(GCC_MAJOR) \>= 4)))
|
||||||
endif
|
endif
|
||||||
M_TUNE_GENERIC := -mtune=generic
|
M_TUNE_GENERIC := -mtune=generic
|
||||||
M_STACKREALIGN := -mstackrealign
|
M_STACKREALIGN := -mstackrealign
|
||||||
W_STRICT_OVERFLOW := -Wstrict-overflow=1
|
W_STRICT_OVERFLOW := -Wno-strict-overflow
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PLATFORM),WINDOWS)
|
ifeq ($(PLATFORM),WINDOWS)
|
||||||
|
|
Loading…
Reference in a new issue