[webkit-qt] help : Build webkit error

Osztrogonac Csaba oszi at inf.u-szeged.hu
Sun Mar 6 21:12:47 PST 2011


Osztrogonac Csaba írta:
> Check https://bugs.webkit.org/show_bug.cgi?id=55576

You can disable Werror until this bug will be fixed:

Index: Source/WebKit.pri
===================================================================
--- Source/WebKit.pri   (revision 80448)
+++ Source/WebKit.pri   (working copy)
@@ -86,11 +86,6 @@
  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++* {
-    isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386): QMAKE_CXXFLAGS += -Werror
-}
-
  symbian|*-armcc {
      # Enable GNU compiler extensions to the ARM compiler for all Qt ports using RVCT
      RVCT_COMMON_CFLAGS = --gnu --diag_suppress 68,111,177,368,830,1293


More information about the webkit-qt mailing list