From 5132080b7ad989363d13007c67d4faaa31e06dfc Mon Sep 17 00:00:00 2001 From: Oleksandr Labetskyi Date: Thu, 30 Jan 2025 00:31:19 +0200 Subject: [PATCH] Nits 2 --- test/cfg/qt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); }