diff --git a/test/cfg/qt.cpp b/test/cfg/qt.cpp index 634594ade3e..72ddf86fd22 100644 --- a/test/cfg/qt.cpp +++ b/test/cfg/qt.cpp @@ -820,7 +820,7 @@ class Foo { // #13236 }; Foo::Foo() { - // cppcheck-suppress checkLibraryFunction checkLibraryNoReturn + // cppcheck-suppress [checkLibraryFunction, checkLibraryNoReturn] connect(a, SIGNAL(dostuff()), this, SLOT(dostuff())); }