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 6aa688d commit 12b3330Copy full SHA for 12b3330
tests/CMakeLists.txt
@@ -103,6 +103,9 @@ if(TE_BUILD_TEST_RUNNER)
103
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU")
104
set_source_files_properties(
105
tetests.cpp PROPERTIES COMPILE_FLAGS "-Wno-parentheses -Wno-unused-but-set-variable")
106
+ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU")
107
+ set_source_files_properties(
108
+ tinyexpr.cpp PROPERTIES COMPILE_FLAGS "-Werror=unused-function")
109
endif()
110
if(MSVC)
111
target_compile_definitions(${CMAKE_PROJECT_NAME} PUBLIC _DISABLE_VECTOR_ANNOTATION _DISABLE_STRING_ANNOTATION
0 commit comments