diff options
Diffstat (limited to '.suppress.cppcheck')
-rw-r--r-- | .suppress.cppcheck | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.suppress.cppcheck b/.suppress.cppcheck index b9a8e188..c6e4fdc0 100644 --- a/.suppress.cppcheck +++ b/.suppress.cppcheck @@ -5,3 +5,4 @@ nullPointerArithmeticOutOfMemory nullPointerOutOfMemory redundantInitialization unreadVariable +unusedStructMember |