Skip to content

Commit

Permalink
Enable check for wrong signed char assumptions (#5575)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Sep 5, 2024
1 parent 3182d9d commit a85d803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions o2checkcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ CHECKS="${O2_CHECKER_CHECKS:--*\
,modernize-use-override\
,modernize-use-transparent-functors\
,modernize-use-uncaught-exceptions\
,bugprone-signed-char-misuse\
,readability-braces-around-statements\
}"

Expand Down

0 comments on commit a85d803

Please sign in to comment.