Skip to content

Commit

Permalink
cmake: disable clang c23-extensions warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Nov 4, 2024
1 parent 7c6c85e commit 275a0b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ if(CMAKE_C_COMPILER_ID MATCHES "Clang")
add_compile_options(
-Wshorten-64-to-32
-Wno-gnu-zero-variadic-macro-arguments
-Wno-c2x-extensions
)
endif()

Expand Down

0 comments on commit 275a0b2

Please sign in to comment.