Skip to content

Commit

Permalink
Enable -Wnewline-eof warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mogemimi committed Dec 13, 2022
1 parent 7360aa9 commit 93f5719
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 @@ -426,6 +426,7 @@ else()

# This isn't working for some reason: $<$<CXX_COMPILER_ID:CLANG>:
$<$<BOOL:${IS_CLANG}>:
-Wnewline-eof
-Wno-unknown-warning-option
-Wmissing-declarations
-Wzero-as-null-pointer-constant
Expand Down

0 comments on commit 93f5719

Please sign in to comment.