mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +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
|
||||
// warnings are false positives.
|
||||
unmatchedSuppression
|
||||
// Suppress this one because it reports assert(condition && "message"), which we use all over the place
|
||||
incorrectStringBooleanError
|
||||
|
|
Loading…
Reference in a new issue