Skip to content

Commit

Permalink
Try different approach to suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTF committed Nov 15, 2024
1 parent b7ad614 commit 6b40407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ include_directories(${ctre_SOURCE_DIR}/single-header)
target_compile_options(fsst PRIVATE -Wno-extra -Wno-all -Wno-error)
target_compile_options(fsst12 PRIVATE -Wno-extra -Wno-all -Wno-error)
include_directories(${fsst_SOURCE_DIR})
target_compile_options(antlr4_static PRIVATE -Wno-all -Wno-extra -Wno-unqualified-std-cast-call -Wno-error -Wno-deprecated-declarations)
set_target_properties(antlr4_static PROPERTIES COMPILE_FLAGS "${disabled_compile_warnings} ${extra_static_compile_flags} -Wno-all -Wno-extra -Wno-unqualified-std-cast-call -Wno-error -Wno-deprecated-declarations")
include_directories(SYSTEM "${antlr_SOURCE_DIR}/runtime/Cpp/runtime/src")

message(STATUS ---)
Expand Down

0 comments on commit 6b40407

Please sign in to comment.