Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Unified Diff: build/toolchain.gypi

Issue 137753011: A64: Fix ArrayConstructorStub and remove GCC 4.8 specific flags. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/a64/code-stubs-a64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain.gypi
diff --git a/build/toolchain.gypi b/build/toolchain.gypi
index 3ed8c6587fc44e3e5981eca0c917f8018ac22b0b..c2a33007334a829ccab0d3bb9992628f40e091dc 100644
--- a/build/toolchain.gypi
+++ b/build/toolchain.gypi
@@ -520,10 +520,7 @@
'cflags': [ '-Wall', '<(werror)', '-W', '-Wno-unused-parameter',
'-Wnon-virtual-dtor', '-Woverloaded-virtual',
'<(wno_array_bounds)',
- # Hide some GCC 4.8 warnings:
- # TODO(jbramley): Only enable these on GCC 4.8.
- '-Wno-unused-local-typedefs',
- '-Wno-maybe-uninitialized' ],
+ ],
'conditions': [
['v8_optimized_debug==0', {
'cflags!': [
@@ -625,10 +622,6 @@
'-fdata-sections',
'-ffunction-sections',
'<(wno_array_bounds)',
- # Hide some GCC 4.8 warnings:
- # TODO(jbramley): Only enable these on GCC 4.8.
- '-Wno-unused-local-typedefs',
- '-Wno-maybe-uninitialized',
],
'conditions': [
[ 'gcc_version==44 and clang==0', {
« no previous file with comments | « no previous file | src/a64/code-stubs-a64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698