mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
cppcheck: Suppress incorrectStringBooleanError
This triggers on `assert(condition && "message")`, which we use fairly frequently.
This commit is contained in:
parent
534f694cee
commit
8343e61795
1 changed files with 2 additions and 0 deletions
|
@ -8,3 +8,5 @@ varFuncNullUB
|
||||||
// the warning being suppressed. In other words this unmatchedSuppression
|
// the warning being suppressed. In other words this unmatchedSuppression
|
||||||
// warnings are false positives.
|
// warnings are false positives.
|
||||||
unmatchedSuppression
|
unmatchedSuppression
|
||||||
|
// Suppress this one because it reports assert(condition && "message"), which we use all over the place
|
||||||
|
incorrectStringBooleanError
|
||||||
|
|
Loading…
Reference in a new issue