Skip to content

Commit

Permalink
Add -Wno-gnu-zero-variadic-macro-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Jun 14, 2023
1 parent ff9ab1b commit 3224b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/centurion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function(cen_set_basic_compiler_options target)
-Wno-deprecated
-Wno-deprecated-declarations
-Wno-format-security
-Wno-gnu-zero-variadic-macro-arguments
)

if (TREAT_WARNINGS_AS_ERRORS MATCHES ON)
Expand Down

0 comments on commit 3224b3b

Please sign in to comment.