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 74ad4c5 commit 054db29Copy full SHA for 054db29
tests/CMakeLists.txt
@@ -106,7 +106,7 @@ if(TE_BUILD_TEST_RUNNER)
106
endif()
107
if (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU")
108
set_source_files_properties(
109
- tinyexpr.cpp PROPERTIES COMPILE_FLAGS "-Werror=unused-function")
+ tinyexpr.cpp PROPERTIES COMPILE_FLAGS "-Wno-unused-function")
110
111
if(MSVC)
112
target_compile_definitions(${CMAKE_PROJECT_NAME} PUBLIC _DISABLE_VECTOR_ANNOTATION _DISABLE_STRING_ANNOTATION
0 commit comments