Bug 59718

Summary: [GTK] Remove C++0x compat mode warnings for GCC >= 4.6.0
Product: WebKit Reporter: Xan Lopez <xan.lopez>
Component: WebKitGTKAssignee: Xan Lopez <xan.lopez>
Status: RESOLVED FIXED    
Severity: Normal CC: xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Xan Lopez 2011-04-28 11:30:45 PDT
We have a lot of them, and the work to fix them will take a while (see https://bugs.webkit.org/show_bug.cgi?id=59612), so chicken out for now!
Comment 1 Xan Lopez 2011-04-28 11:33:56 PDT
Created attachment 91526 [details]
Patch
Comment 2 Martin Robinson 2011-04-28 11:36:05 PDT
Comment on attachment 91526 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=91526&action=review

Let's do this!

> configure.ac:103
> +# Disable C++0x compat warnings for GCC >= 4.6.0 until we build
> +# cleanly with that.

By putting this on one line you save 2 bytes. If you could save 2 bytes per day for 365 days, you'd almost have enough bytes to make a small image. Think of what you could do with small images!
Comment 3 Xan Lopez 2011-04-28 11:59:41 PDT
Comment on attachment 91526 [details]
Patch

Clearing flags on attachment: 91526

Committed r85219: <http://trac.webkit.org/changeset/85219>
Comment 4 Xan Lopez 2011-04-28 12:00:11 PDT
All reviewed patches have been landed.  Closing bug.