Skip to content

Commit

Permalink
Settings: switched order in CheckLevel so less/greater than compari…
Browse files Browse the repository at this point in the history
…sons make sense
  • Loading branch information
firewave committed Apr 11, 2024
1 parent 83d4e31 commit 357261d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ class CPPCHECKLIB WARN_UNUSED Settings {
void setCheckLevelNormal();

enum class CheckLevel {
exhaustive,
normal
normal,
exhaustive
};
CheckLevel checkLevel = CheckLevel::normal;

Expand Down

0 comments on commit 357261d

Please sign in to comment.