Skip to content

Commit

Permalink
cmake clang/compiler_flags.cmake: Re-enable -Wsometimes-uninitialized
Browse files Browse the repository at this point in the history
All warnings in the code base have been resolved.

Signed-off-by: Tom Hughes <[email protected]>
  • Loading branch information
thughes committed Jan 17, 2025
1 parent 559735d commit 14bea22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/compiler/clang/compiler_flags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ check_set_compiler_property(APPEND PROPERTY warning_dw_3

check_set_compiler_property(PROPERTY warning_extended
#FIXME: need to fix all of those
-Wno-sometimes-uninitialized
-Wno-self-assign
-Wno-address-of-packed-member
-Wno-unused-function
Expand Down

0 comments on commit 14bea22

Please sign in to comment.