Upgrade and cleanup cppcheck suppressions to version 1.76.1

Also renamed the suppressions file to the standard name.

refs #831
This commit is contained in:
Roland Winklmeier
2016-12-16 10:27:38 +01:00
committed by Mathew Sutcliffe
parent cad1eb4952
commit e82d06849c
5 changed files with 35 additions and 37 deletions

View File

@@ -27,6 +27,7 @@ namespace BlackMisc
{
namespace Private
{
// cppcheck-suppress unusedFunction
void failedVerify(const char *condition, const char *filename, int line, const char *context, const char *message)
{
Q_UNUSED(condition);