diff options
author | Kent Hansen <kent.hansen@nokia.com> | 2012-05-15 09:52:24 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-16 04:25:01 +0200 |
commit | 0e7a52b539aa2d9d49cf8b4f7bd8e094d2598e84 (patch) | |
tree | 3ceae89d0defa5b0af79dbb400a5d2edf35be15f | |
parent | 4959e6af8e5b8d6dbf677fcd0802e4dc43083308 (diff) |
-rw-r--r-- | tests/auto/other/headersclean/headersclean.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/headersclean/headersclean.pri b/tests/auto/other/headersclean/headersclean.pri index e81c000768..c95380e3b9 100644 --- a/tests/auto/other/headersclean/headersclean.pri +++ b/tests/auto/other/headersclean/headersclean.pri @@ -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 |