Skip to content

Commit

Permalink
cmake clang/compiler_flags.cmake: Re-enable -Wunused-variable 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 Jan 17, 2025
1 parent 8054c18 commit d90ea7b
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 @@ -108,7 +108,6 @@ check_set_compiler_property(PROPERTY warning_extended
-Wno-unused-function
-Wno-initializer-overrides
-Wno-section
-Wno-unused-variable
-Wno-gnu
)

Expand Down

0 comments on commit d90ea7b

Please sign in to comment.