[Webkit-unassigned] [Bug 63941] Compilation bug - gcc 4.6.0 and c++0x
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 21 09:06:59 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63941
Loïc Yhuel <loic.yhuel_ext at softathome.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |loic.yhuel_ext at softathome.c
| |om
--- Comment #5 from Loïc Yhuel <loic.yhuel_ext at softathome.com> 2011-07-21 09:06:59 PST ---
(In reply to comment #3)
> (From update of attachment 101575 [details])
> Removing -Wall for everybody is not the right fix, we want -Wall. We have to identify why gcc-4.6.0 is failing and fix the real problem, not hide it. :-)
>
Without the patch, there are two -Wall, the one in QMAKE_CXXFLAG_RELEASE from Fedora is after the -Wno-c++0x-compat already added in QMAKE_CXXFLAGS for GCC4.6.0.
"-Wall -Wextra ... -Wno-c++0x-compat ... -Wall"
So the patch removes second -Wall (the Fedora one), keeping the first (QtWebKit one).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list