summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreResourceInit.in.cpp
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2024-02-22 12:53:42 +0100
committerAndré Klitzing <aklitzing@gmail.com>2024-02-22 19:09:36 +0100
commit11259972a3c5d1918f889f145a1f223bf7d876a8 (patch)
treedf610631435c6ac1577fbe8fe8b71130f1809f81 /src/corelib/Qt6CoreResourceInit.in.cpp
parent02d7c8c069b93f7ddc1ccba462d8ff9ec3c1d806 (diff)
Remove ; after QT_DECLARE_EXTERN_RESOURCE
This avoids a warning with clang compiler. error: extra ';' outside of a function is incompatible with C++98 [-Werror,-Wc++98-compat-extra-semi] QT_DECLARE_EXTERN_RESOURCE(AusweisAppQmlModuleMoreView_raw_qml_0); Pick-to: 6.7 Change-Id: Id289080884ba2b017e884a15debfdd46102f1093 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'src/corelib/Qt6CoreResourceInit.in.cpp')
-rw-r--r--src/corelib/Qt6CoreResourceInit.in.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/Qt6CoreResourceInit.in.cpp b/src/corelib/Qt6CoreResourceInit.in.cpp
index 0234ec8232d..e489d7e9769 100644
--- a/src/corelib/Qt6CoreResourceInit.in.cpp
+++ b/src/corelib/Qt6CoreResourceInit.in.cpp
@@ -5,7 +5,7 @@
#include <QtCore/qtsymbolmacros.h>
-QT_DECLARE_EXTERN_RESOURCE(@RESOURCE_NAME@);
+QT_DECLARE_EXTERN_RESOURCE(@RESOURCE_NAME@)
namespace {
struct resourceReferenceKeeper {