Skip to content

Commit

Permalink
global: fix cppcheck suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Mar 10, 2024
1 parent 36ff638 commit 95966a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ cppcheck:
--suppress=constParameterPointer \
--suppress=constVariableReference \
--suppress=noExplicitConstructor \
--suppress=knownPointerToBool \
--suppress=noCopyConstructor \
--suppress=noOperatorEq \
--error-exitcode=1
Expand Down

0 comments on commit 95966a8

Please sign in to comment.