From b885c2c19dfe4d44c951bdbafccb508a726994ad Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 2 Feb 2013 06:55:43 -0800 Subject: [PATCH] Disable the signed/unsigned comparison warning for the tests --- aegisub/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/tests/Makefile b/aegisub/tests/Makefile index 0f3ae6438..604779c62 100644 --- a/aegisub/tests/Makefile +++ b/aegisub/tests/Makefile @@ -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