Skip to content

Commit

Permalink
cmake clang/compiler_flags.cmake: Re-enable Wunused-function for clang
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 Feb 11, 2025
1 parent 3364b7a commit 519d89d
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 @@ -104,7 +104,6 @@ check_set_compiler_property(PROPERTY warning_extended
-Wno-sometimes-uninitialized
-Wno-self-assign
-Wno-address-of-packed-member
-Wno-unused-function
-Wno-initializer-overrides
-Wno-section
-Wno-unused-variable
Expand Down

0 comments on commit 519d89d

Please sign in to comment.