[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

ossy at webkit.org ossy at webkit.org
Wed Dec 22 13:11:01 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 808f88cdcec0480f0456cd10e2153bcc41f4843a
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 8 11:34:58 2010 +0000

    2010-09-08  Csaba Osztrogonác  <ossy at webkit.org>
    
            Reviewed by Andreas Kling.
    
            [Qt] Treat warnings as errors by default for gcc
            https://bugs.webkit.org/show_bug.cgi?id=43191
    
            * WebKit.pri: -Werror added to QMAKE_CXXFLAGS for x86 Linux platforms
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66972 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 940fd44..0e70798 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-09-08  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] Treat warnings as errors by default for gcc
+        https://bugs.webkit.org/show_bug.cgi?id=43191
+
+        * WebKit.pri: -Werror added to QMAKE_CXXFLAGS for x86 Linux platforms
+
 2010-09-07  Arno Renevier  <arno at renevier.net>
 
         Reviewed by Holger Freyther.
diff --git a/WebKit.pri b/WebKit.pri
index d611fb5..6969ff4 100644
--- a/WebKit.pri
+++ b/WebKit.pri
@@ -66,6 +66,9 @@ symbian {
 CONFIG -= warn_on
 *-g++*:QMAKE_CXXFLAGS += -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self
 
+# Treat warnings as errors on x86/Linux/GCC
+linux-g++*: QMAKE_CXXFLAGS += -Werror
+
 # Enable GNU compiler extensions to the ARM compiler for all Qt ports using RVCT
 symbian|*-armcc {
     RVCT_COMMON_CFLAGS = --gnu --diag_suppress 68,111,177,368,830,1293

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list