Disable the signed/unsigned comparison warning for the tests

This commit is contained in:
Thomas Goyne 2013-02-02 06:55:43 -08:00
parent 523fcd72b0
commit b885c2c19d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ LIBS += -L../libaegisub -laegisub -L../universalchardet -luniversalchardet $(LIB
LDFLAGS += -Wl,-rpath $(CURDIR)/../libaegisub $(LDFLAGS_ICONV)
CPPFLAGS += -I../src/include -I../libaegisub/include $(CFLAGS_ICONV) -I${GTEST_ROOT} -I${GTEST_ROOT}/include -I./support $(CPPFLAGS_BOOST)
CXXFLAGS += -Wno-unused-value
CXXFLAGS += -Wno-unused-value -Wno-sign-compare
ifeq (yes, $(BUILD_DARWIN))
LDFLAGS += -framework ApplicationServices -framework Foundation