re-enabled -Wdynamic-class-memaccess for clang 3.5 now that all warnings have been fixed (nw)

This commit is contained in:
Oliver Stöneberg 2014-11-01 14:59:13 +01:00
parent 384f7653e1
commit cc6ed14d5c

View File

@ -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