Skip to content

Commit

Permalink
selfcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Oct 16, 2023
1 parent 7c8675f commit cd5ed01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/suppressions.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class CPPCHECKLIB Suppressions {
if (symbolName != other.symbolName)
return symbolName < other.symbolName;
if (macroName != other.macroName)
return symbolName < other.symbolName;
return macroName < other.macroName;
if (hash != other.hash)
return hash < other.hash;
if (thisAndNextLine != other.thisAndNextLine)
Expand Down

0 comments on commit cd5ed01

Please sign in to comment.