Bug 111936

Summary: [GTK] 'unrecognized command line option "-Wno-c++11-extensions"' warning reported when using gcc
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WebKitGTKAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, mrobinson
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Zan Dobersek 2013-03-10 01:54:41 PST
The following warning can be spotted after the recent patch that limited compiler support and also set up some warning flags regarding C++11 support:

At global scope:
cc1plus: warning: unrecognized command line option "-Wno-c++11-extensions" [enabled by default]
offlineasm: Nothing changed.

I'll investigate.
Comment 1 Zan Dobersek 2013-03-12 09:39:02 PDT
Created attachment 192753 [details]
Patch
Comment 2 Zan Dobersek 2013-03-12 10:42:42 PDT
Comment on attachment 192753 [details]
Patch

Clearing flags on attachment: 192753

Committed r145560: <http://trac.webkit.org/changeset/145560>
Comment 3 Zan Dobersek 2013-03-12 10:42:47 PDT
All reviewed patches have been landed.  Closing bug.