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

Unified Diff: third_party/opus/opus.gyp

Issue 1651643002: Roll clang 257955:259395 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: opuuuuuuuuhuhuhuhuhuhuhus Created 4 years, 11 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 | « third_party/opus/BUILD.gn ('k') | tools/clang/scripts/update.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/opus/opus.gyp
diff --git a/third_party/opus/opus.gyp b/third_party/opus/opus.gyp
index a97c9756d41e57f4f31e74ab5cd07959cb12b412..9db07f23dfd0e85e685dadb005c1f41ca99d12f2 100644
--- a/third_party/opus/opus.gyp
+++ b/third_party/opus/opus.gyp
@@ -59,6 +59,12 @@
'OPUS_BUILD',
'OPUS_EXPORT=',
],
+ 'variables': {
+ 'clang_warning_flags': [
+ # TODO(thakis): Remove once silk/macros.h has been fixed
+ '-Wno-expansion-to-defined',
+ ],
+ },
'include_dirs': [
'src/celt',
'src/include',
« no previous file with comments | « third_party/opus/BUILD.gn ('k') | tools/clang/scripts/update.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698