From d097d77eceea387a27179cdeaf5e50d46ad8e7f0 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Wed, 18 Mar 2020 15:11:04 +0100 Subject: fix developer build on clang Change-Id: I413cbce42d7405b17eff18293a68c2a26f30fd08 Reviewed-by: Ulf Hermann --- src/qml/qml/qqmlpropertydata_p.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/qml/qqmlpropertydata_p.h b/src/qml/qml/qqmlpropertydata_p.h index f21b502b50..9fa272bcdf 100644 --- a/src/qml/qml/qqmlpropertydata_p.h +++ b/src/qml/qml/qqmlpropertydata_p.h @@ -423,6 +423,7 @@ private: bool QQmlPropertyData::operator==(const QQmlPropertyData &other) const { + Q_UNUSED(m_reserved) return flags() == other.flags() && propType() == other.propType() && coreIndex() == other.coreIndex() && -- cgit v1.2.3