Suppress gtest warnings on xcode

This commit is contained in:
Jesse Beder
2014-03-24 23:47:46 -05:00
parent dc8d91ce45
commit a4a79835c9

View File

@@ -10,7 +10,7 @@ endif()
if("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU" OR
"${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang")
set(yaml_test_flags "-Wno-c99-extensions")
set(yaml_test_flags "-Wno-c99-extensions -Wno-variadic-macros -Wno-sign-compare")
endif()
file(GLOB test_headers [a-z_]*.h)