summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-07-14 15:37:46 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-07-15 07:08:02 (GMT)
commit689d4fc5aac832a3ad170c1eac20e0815149fb69 (patch)
tree7b02cccb780dabb3fe20c9876bf49b111f097261
parentde91fc0274dfb94f8cb665730d2e82fa8c4b3c75 (diff)
downloadQt-689d4fc5aac832a3ad170c1eac20e0815149fb69.zip
Qt-689d4fc5aac832a3ad170c1eac20e0815149fb69.tar.gz
Qt-689d4fc5aac832a3ad170c1eac20e0815149fb69.tar.bz2
remove lots of warnings with mingw
-rw-r--r--src/3rdparty/webkit/WebCore/WebCore.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/WebCore/WebCore.pro b/src/3rdparty/webkit/WebCore/WebCore.pro
index b76cad1..b0b0290 100644
--- a/src/3rdparty/webkit/WebCore/WebCore.pro
+++ b/src/3rdparty/webkit/WebCore/WebCore.pro
@@ -41,7 +41,7 @@ CONFIG -= warn_on
# Disable a few warnings on Windows. The warnings are also
# disabled in WebKitLibraries/win/tools/vsprops/common.vsprops
-win32-*: QMAKE_CXXFLAGS += -wd4291 -wd4344
+!win32-g++:win32-*: QMAKE_CXXFLAGS += -wd4291 -wd4344
unix:!mac:*-g++*:QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections
unix:!mac:*-g++*:QMAKE_LFLAGS += -Wl,--gc-sections