diff --git a/src/corelib/tools/qarraydataops.h b/src/corelib/tools/qarraydataops.h index d28924bc63..9a2f43cbb1 100644 --- a/src/corelib/tools/qarraydataops.h +++ b/src/corelib/tools/qarraydataops.h @@ -58,11 +58,6 @@ template struct QArrayDataPointer; namespace QtPrivate { -QT_WARNING_PUSH -#if defined(Q_CC_GNU) && Q_CC_GNU >= 700 -QT_WARNING_DISABLE_GCC("-Wstringop-overflow") -#endif - template struct QPodArrayOps : public QArrayDataPointer @@ -293,7 +288,6 @@ public: this->ptr = pair.second; } }; -QT_WARNING_POP template struct QGenericArrayOps