mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-03-03 12:58:03 +01:00
Enable signed/unsigned comparison warnings in Xcode project
This commit is contained in:
parent
661fa1f6d6
commit
b44826434b
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user