From 98789ba72fbe438edc95e1fb7f50cf9431352858 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sun, 12 Oct 2025 09:02:20 +1100 Subject: Suppress #error diagnostics in files generated by Qt. --- cppcheck.suppress | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cppcheck.suppress') diff --git a/cppcheck.suppress b/cppcheck.suppress index d5a31b5e9..b8483fedf 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -58,7 +58,7 @@ constVariableReference:scintilla/gtk/ScintillaGTKAccessible.cxx constVariablePointer:scintilla/gtk/ScintillaGTKAccessible.cxx // moc_ files show #error as they are not built with standard context -preprocessorErrorDirective:scintilla/qt/*.cpp +preprocessorErrorDirective:scintilla/qt/**.cpp // Doesn't understand Qt slots macro unknownMacro:scintilla/qt/ScintillaEditBase/*.h -- cgit v1.2.3