Disable gcc's unused value warning for tests as a very large number of tests generate it

Originally committed to SVN as r6027.
This commit is contained in:
Thomas Goyne 2011-12-22 21:13:48 +00:00
parent b29606759a
commit c27ee9fcb8
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ LDFLAGS += -L../libaegisub -laegisub-3.0 -Wl,-rpath $(CURDIR)/../libaegisub -lg
LDFLAGS += $(LDFLAGS_ICONV)
CPPFLAGS += -I../src/include -I../libaegisub/include $(CFLAGS_ICONV)
CXXFLAGS += -Wno-unused-value
ifdef $(BUILD_DARWIN)