diff options
Diffstat (limited to 'etc/cppcheck/cppcheck.suppress')
-rw-r--r-- | etc/cppcheck/cppcheck.suppress | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/cppcheck/cppcheck.suppress b/etc/cppcheck/cppcheck.suppress new file mode 100644 index 0000000..cd9806b --- /dev/null +++ b/etc/cppcheck/cppcheck.suppress @@ -0,0 +1,8 @@ +ConfigurationNotChecked +missingIncludeSystem +redundantContinue +unassignedVariable +uninitvar +unknownMacro +unmatchedSuppression +variableScope |