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

Unified Diff: third_party/opus/opus.gyp

Issue 2184993002: Remove warning suppression for Wexpansion-to-defined violation for Opus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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') | no next file » | 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 4c23dfcd7e8c506fe4a23ee766f6fc3eab0fcdf1..4761c02af16f270751bbbe7fcd0cddf62a951cd9 100644
--- a/third_party/opus/opus.gyp
+++ b/third_party/opus/opus.gyp
@@ -59,12 +59,6 @@
'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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698