summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmimedatabase/qmimedatabase-xml/qmimedatabase-xml.pro
diff options
context:
space:
mode:
authorLuís Pereira <luis.artur.pereira@gmail.com>2014-08-29 10:20:34 -0700
committerLuís Pereira <luis.artur.pereira@gmail.com>2014-08-30 13:23:48 +0200
commit705037ec2f31d1dd3be7fed86488c59cdcb055ba (patch)
tree7010f529445e405533d8a460e5e765091b22e451 /tests/auto/qmimedatabase/qmimedatabase-xml/qmimedatabase-xml.pro
parenta0820aef5a180debef365247dc98dcf06b3c7356 (diff)
Removes the Wno-long-long flag
-Wlong-long is enabled by either -Wpedantic or -Wtraditional in ISO C90 and C++98 modes. They aren't turned on, so there is no need to inhibit -Wlong-long with -Wno-long-long. Change-Id: I2cd9655d9d885f762e4af422d393934790c3970c Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'tests/auto/qmimedatabase/qmimedatabase-xml/qmimedatabase-xml.pro')
-rw-r--r--tests/auto/qmimedatabase/qmimedatabase-xml/qmimedatabase-xml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmimedatabase/qmimedatabase-xml/qmimedatabase-xml.pro b/tests/auto/qmimedatabase/qmimedatabase-xml/qmimedatabase-xml.pro
index b1ec4ff..2e50e14 100644
--- a/tests/auto/qmimedatabase/qmimedatabase-xml/qmimedatabase-xml.pro
+++ b/tests/auto/qmimedatabase/qmimedatabase-xml/qmimedatabase-xml.pro
@@ -25,4 +25,4 @@ check.commands = LD_LIBRARY_PATH=$$(LD_LIBRARY_PATH):$$OUT_PWD/../../../../src/m
DEFINES += CORE_SOURCES='"\\"$$PWD/../../../../src\\""'
-*-g++*:QMAKE_CXXFLAGS += -W -Wall -Wextra -Wno-long-long -Wnon-virtual-dtor
+*-g++*:QMAKE_CXXFLAGS += -W -Wall -Wextra -Wnon-virtual-dtor