mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
disabled some warnings for GCC 4.8 (nw)
This commit is contained in:
parent
cb0b91aa58
commit
a4f86de597
@ -454,6 +454,9 @@ endif
|
||||
ifeq ($(findstring 4.7.,$(TEST_GCC)),4.7.)
|
||||
CCOMFLAGS += -Wno-narrowing -Wno-attributes
|
||||
endif
|
||||
ifeq ($(findstring 4.8.,$(TEST_GCC)),4.8.)
|
||||
CCOMFLAGS += -Wno-narrowing -Wno-attributes -Wno-unused-local-typedefs -Wno-unused-variable
|
||||
endif
|
||||
endif
|
||||
|
||||
#-------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user