Enable signed/unsigned comparison warnings in Xcode project

This commit is contained in:
Tristan Penman 2016-01-17 15:34:46 +11:00
parent 661fa1f6d6
commit b44826434b

View File

@ -1268,6 +1268,7 @@
PICOJSON_USE_INT64,
VALIJSON_BUILD_CXX11_ADAPTERS,
);
GCC_WARN_SIGN_COMPARE = YES;
HEADER_SEARCH_PATHS = (
"../thirdparty/gtest-1.7.0/include",
"../thirdparty/gtest-1.7.0",
@ -1298,6 +1299,7 @@
PICOJSON_USE_INT64,
VALIJSON_BUILD_CXX11_ADAPTERS,
);
GCC_WARN_SIGN_COMPARE = YES;
HEADER_SEARCH_PATHS = (
"../thirdparty/gtest-1.7.0/include",
"../thirdparty/gtest-1.7.0",