Changeset 56923 in webkit


Ignore:
Timestamp:
Apr 1, 2010 11:05:45 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-01 Laszlo Gombos <Laszlo Gombos>

Reviewed by Kenneth Rohde Christiansen.

[Qt]Add -Wextra warning level to the QtWebKit build
https://bugs.webkit.org/show_bug.cgi?id=36971

  • WebKit.pri:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r56916 r56923  
     12010-04-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt]Add -Wextra warning level to the QtWebKit build
     6        https://bugs.webkit.org/show_bug.cgi?id=36971
     7
     8        * WebKit.pri:
     9
    1102010-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
    211
  • trunk/WebKit.pri

    r55520 r56923  
    5252
    5353CONFIG -= warn_on
    54 *-g++*:QMAKE_CXXFLAGS += -Wall -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
     54*-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
    5555
    5656# Enable GNU compiler extensions to the ARM compiler for all Qt ports using RVCT
Note: See TracChangeset for help on using the changeset viewer.