Skip to content

Commit

Permalink
style: add -Wsurprising
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Sep 27, 2024
1 parent fb742a5 commit 5a4f522
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 @@ -6,6 +6,7 @@ add_compile_options(
-Wextra
-Wpedantic
-Wconversion-extra
-Wsurprising
-Werror)

function(add_fortran_sources DIR SOURCES)
Expand Down

0 comments on commit 5a4f522

Please sign in to comment.