Revert "Temporarily disable -Woverloaded-virtual in headersclean test"
authorKent Hansen <kent.hansen@nokia.com>
Tue, 15 May 2012 07:52:24 +0000 (09:52 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 16 May 2012 02:25:01 +0000 (04:25 +0200)
This reverts commit a17523805e56511465550a6a93a88b3fc3c8325a

The compatibility overloads were removed in change Icf108a80177155f21bb73c165fb8ab5d4e997bc2.

Change-Id: I4861f281451d66a1aa5f3525eea1773dfef0540e
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
tests/auto/other/headersclean/headersclean.pri

index e81c000..c95380e 100644 (file)
@@ -10,7 +10,7 @@
 # The flags here come from http://wiki.qt-project.org/Coding_Conventions#Conventions_for_public_header_files
 # -Wold-style-cast cannot be used, /usr/include/bits/byteswap.h defines the macro bswap_16 using C style casts :(
 # -Wfloat-equal cannot be used, qrect.h and qvector2d.h do exact comparisons in isNull and operator==. Would need #pragmas.
-*-g++*: QMAKE_CXXFLAGS += -Wshadow -Wundef
+*-g++*: QMAKE_CXXFLAGS += -Woverloaded-virtual -Wshadow -Wundef
 
 # Other nice flags
 *-g++*: QMAKE_CXXFLAGS += -Wnon-virtual-dtor -ansi -Wcast-align -Wchar-subscripts -Wpointer-arith -Wformat-security