Skip to content

Commit

Permalink
Fix clang -Wswitch-default warnings in OS Zoo CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-edlinger committed Jun 25, 2024
1 parent d4ca3f9 commit 6c88f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ my @gcc_devteam_warn = qw(
# -Wextended-offsetof -- no, needed in CMS ASN1 code
my @clang_devteam_warn = qw(
-Wno-unknown-warning-option
-Wswitch-default
-Wno-switch-default
-Wno-parentheses-equality
-Wno-language-extension-token
-Wno-extended-offsetof
Expand Down

0 comments on commit 6c88f74

Please sign in to comment.