summaryrefslogtreecommitdiffstats
path: root/patches/chromium/0007-remove-Wno-deprecated-register-from-common.gypi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/chromium/0007-remove-Wno-deprecated-register-from-common.gypi.patch')
-rw-r--r--patches/chromium/0007-remove-Wno-deprecated-register-from-common.gypi.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/chromium/0007-remove-Wno-deprecated-register-from-common.gypi.patch b/patches/chromium/0007-remove-Wno-deprecated-register-from-common.gypi.patch
index cb980c691..94d9e6b30 100644
--- a/patches/chromium/0007-remove-Wno-deprecated-register-from-common.gypi.patch
+++ b/patches/chromium/0007-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 ab759282..cf5b196 100644
+index eff4b61..e975a96 100644
--- a/build/common.gypi
+++ b/build/common.gypi
-@@ -3222,7 +3222,7 @@
+@@ -3350,7 +3350,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,7 +24,7 @@ index ab759282..cf5b196 100644
],
'cflags!': [
# Clang doesn't seem to know know this flag.
-@@ -3925,7 +3925,7 @@
+@@ -4058,7 +4058,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