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

Unified Diff: webrtc/BUILD.gn

Issue 2641233002: Enable -Wno-unused-lambda-capture warning (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index eb6c3f79b75b6fcda28276d5d0cb5d9e5dde0cb5..f66d01700099d9251f030297505df13ce87c21a7 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -165,6 +165,7 @@ config("common_config") {
"-Wthread-safety",
"-Winconsistent-missing-override",
"-Wundef",
+ "-Wno-unused-lambda-capture",
]
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698