RESOLVED FIXED 60041
[CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
https://bugs.webkit.org/show_bug.cgi?id=60041
Summary [CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
Lucas De Marchi
Reported 2011-05-03 11:01:25 PDT
[CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
Attachments
Patch (1.68 KB, patch)
2011-05-03 11:03 PDT, Lucas De Marchi
no flags
Lucas De Marchi
Comment 1 2011-05-03 11:03:48 PDT
Xan Lopez
Comment 2 2011-05-03 11:14:18 PDT
Comment on attachment 92091 [details] Patch Looks good to me!
Lucas De Marchi
Comment 3 2011-05-03 20:16:01 PDT
Comment on attachment 92091 [details] Patch Clearing flags on attachment: 92091 Committed r85710: <http://trac.webkit.org/changeset/85710>
Lucas De Marchi
Comment 4 2011-05-03 20:16:23 PDT
All reviewed patches have been landed. Closing bug.
Keyon
Comment 5 2011-07-14 02:16:04 PDT
why the patch is only added to Source/cmake/WebKitHelpers.cmake? I found the compling still failed on the 14.0.812.0 chromium, log as below:   CXX(target) out/Release/obj.target/webcore_bindings/gen/webkit/bindings/V8DerivedSources01.o In file included from third_party/WebKit/Source/JavaScriptCore/wtf/PassRefPtr.h:25:0,                  from third_party/WebKit/Source/JavaScriptCore/wtf/CrossThreadRefCounted.h:35,                  from third_party/WebKit/Source/JavaScriptCore/wtf/text/StringImpl.h:28,                  from third_party/WebKit/Source/JavaScriptCore/wtf/text/WTFString.h:28,                  from third_party/WebKit/Source/WebCore/platform/text/PlatformString.h:28,                  from third_party/WebKit/Source/WebCore/loader/cache/CachedResource.h:28,                  from third_party/WebKit/Source/WebCore/loader/cache/CachedResourceHandle.h:29,                  from third_party/WebKit/Source/WebCore/dom/Clipboard.h:27,                  from third_party/WebKit/Source/WebCore/dom/Event.h:27,                  from third_party/WebKit/Source/WebCore/dom/BeforeProcessEvent.h:30,                  from out/Release/obj/gen/webkit/bindings/V8BeforeProcessEvent.h:24,                  from out/Release/obj/gen/webcore/bindings/V8BeforeProcessEvent.cpp:22,                  from out/Release/obj/gen/webkit/bindings/V8DerivedSources01.cpp:31: third_party/WebKit/Source/JavaScriptCore/wtf/NullPtr.h:48:1: error:  identifier 'nullptr' will become a keyword in C++0x  [-Werror=c++0x-compat] this patch is already there.
Note You need to log in before you can comment on or make changes to this bug.