Commit bfb73b2b authored by Daniel Teske's avatar Daniel Teske
Browse files

Disable -Woverloaded-virtual also for clang-cl


Task-number: QTBUG-63512
Change-Id: I4447f8f8746717a5f3ce161da8d7dbf10d162636
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@qt.io>
parent 166336d8
No related merge requests found
Showing with 1 addition and 0 deletions
......@@ -55,6 +55,7 @@
QT_WARNING_PUSH
QT_WARNING_DISABLE_GCC("-Woverloaded-virtual") // gcc complains about QObject::metaObject() being hidden.
QT_WARNING_DISABLE_CLANG("-Woverloaded-virtual") // clang-cl complains about QObject::metaObject() being hidden.
#include <QtCore/qhash.h>
#include <QtCore/quuid.h>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment