summaryrefslogtreecommitdiffstats
path: root/patches/0001-remove-Wno-deprecated-register-from-common.gypi.patch
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-12-06 18:19:58 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-20 12:46:45 +0100
commitacefc4ef38759bea3ede377e21c38dc8e4046e9e (patch)
tree891a7200668b41b10f0704676815f5226d37b253 /patches/0001-remove-Wno-deprecated-register-from-common.gypi.patch
parentcc9c8e14d9a2aec6a746e889b8f597f7d89b303d (diff)
Update chromium patches to apply on current stable (1650)
Change-Id: I3bdad02a2ef69d242980e34774a8219ef0c74ea9 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'patches/0001-remove-Wno-deprecated-register-from-common.gypi.patch')
-rw-r--r--patches/0001-remove-Wno-deprecated-register-from-common.gypi.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/patches/0001-remove-Wno-deprecated-register-from-common.gypi.patch b/patches/0001-remove-Wno-deprecated-register-from-common.gypi.patch
index 90dbe8da0..3a5bef7f8 100644
--- a/patches/0001-remove-Wno-deprecated-register-from-common.gypi.patch
+++ b/patches/0001-remove-Wno-deprecated-register-from-common.gypi.patch
@@ -12,10 +12,10 @@ It seems that the flag is still supported in upstream clang.
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build/common.gypi b/build/common.gypi
-index 07abb6a..19ef09c 100644
+index ab759282..cf5b196 100644
--- a/build/common.gypi
+++ b/build/common.gypi
-@@ -3166,7 +3166,7 @@
+@@ -3222,7 +3222,7 @@
# Clang considers the `register` keyword as deprecated, but e.g.
# code generated by flex (used in angle) contains that keyword.
# http://crbug.com/255186
@@ -24,15 +24,15 @@ index 07abb6a..19ef09c 100644
],
'cflags!': [
# Clang doesn't seem to know know this flag.
-@@ -3877,7 +3877,7 @@
+@@ -3925,7 +3925,7 @@
# Clang considers the `register` keyword as deprecated, but e.g.
# code generated by flex (used in angle) contains that keyword.
# http://crbug.com/255186
- '-Wno-deprecated-register',
+ '-Wno-deprecated',
],
- 'OTHER_CPLUSPLUSFLAGS': [
- # gnu++11 instead of c++11 is needed because some code uses
+ }],
+ ['use_libcpp==1', {
--
-1.7.12.4 (Apple Git-37)
+1.8.4.2