mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
re-enabled -Wdynamic-class-memaccess for clang 3.5 now that all warnings have been fixed (nw)
This commit is contained in:
parent
384f7653e1
commit
cc6ed14d5c
@ -20,8 +20,6 @@ ifeq ($(findstring 3.5,$(TEST_CLANG)),3.5)
|
||||
CCOMFLAGS += -Wno-inline-new-delete
|
||||
# caused by src/mess/drivers/x07.c, src/osd/sdl/window.c, src/emu/sound/disc_mth.inc
|
||||
CCOMFLAGS += -Wno-absolute-value
|
||||
# caused by src/emu/bus/isa/s3virge.c, src/emu/bus/isa/trident.c, src/emu/video/pc_vga.c
|
||||
CCOMFLAGS +=-Wno-dynamic-class-memaccess
|
||||
# these were disabled because of bugs in older clang versions
|
||||
CCOMFLAGS += -Wformat-security
|
||||
# these show up when compiling as c++11
|
||||
|
Loading…
Reference in New Issue
Block a user