This commit is contained in:
Magne Sjaastad
2025-01-20 18:55:03 +01:00
parent c61b4edc3d
commit 3a653e39ab

View File

@@ -233,7 +233,7 @@ endif()
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
target_compile_options(
ApplicationLibCode PRIVATE -Wall -Wno-reorder -Wno-parentheses -Wno-switch
ApplicationLibCode PRIVATE -Wall -Wno-reorder -Wno-parentheses -Wno-switch -Wno-implicit-fallthrough
)
endif()