We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5577c commit 693582aCopy full SHA for 693582a
tests/CMakeLists.txt
@@ -104,8 +104,8 @@ if(TE_BUILD_TEST_RUNNER)
104
tetests.cpp
105
PROPERTIES
106
COMPILE_OPTIONS
107
- "-Wno-error=parentheses"
108
- "-Wno-error=unused-but-set-variable")
+ -Wno-error=parentheses
+ -Wno-error=unused-but-set-variable)
109
endif()
110
if(MSVC)
111
target_compile_definitions(${CMAKE_PROJECT_NAME} PUBLIC _DISABLE_VECTOR_ANNOTATION _DISABLE_STRING_ANNOTATION
0 commit comments