Bug 111936 - [GTK] 'unrecognized command line option "-Wno-c++11-extensions"' warning reported when using gcc
Summary: [GTK] 'unrecognized command line option "-Wno-c++11-extensions"' warning repo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2013-03-10 01:54 PST by Zan Dobersek
Modified: 2013-03-12 10:42 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.09 KB, patch)
2013-03-12 09:39 PDT, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.