We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3347a18 commit fe7baa2Copy full SHA for fe7baa2
src/mesytec-mvlc/CMakeLists.txt
@@ -101,7 +101,7 @@ endif()
101
set(MVLC_SPDLOG_ACTIVE_LEVEL "SPDLOG_LEVEL_WARN" CACHE STRING "Compile time spdlog level for the library")
102
103
target_compile_definitions(mesytec-mvlc PRIVATE SPDLOG_ACTIVE_LEVEL=${MVLC_SPDLOG_ACTIVE_LEVEL})
104
-target_compile_options(mesytec-mvlc PRIVATE -Wall -Wextra -Wimplicit-fallthrough PUBLIC -Wno-gnu-anonymous-struct)
+target_compile_options(mesytec-mvlc PRIVATE -Wall -Wextra -Wimplicit-fallthrough)
105
#target_compile_options(mesytec-mvlc PUBLIC -Wno-dangling-reference) # to silence spdlog warnings with some gcc-14
106
target_compile_features(mesytec-mvlc PUBLIC cxx_std_17)
107
0 commit comments