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

Unified Diff: media/BUILD.gn

Issue 915403003: Enable size_t to int truncation warnings in PPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ppapi_unittests win x64 Created 5 years, 10 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 | ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 628aa06e15b38955bc72eeebc9d4da011dd91028..0e6970216c1295f43f5c3ccde89bb6c0174cf96e 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -636,8 +636,8 @@ test("media_unittests") {
}
if (is_win && cpu_arch == "x64") {
- cflags += [ "/wd4267" ] # TODO(wolenetz): Fix size_t to int trunctaion in win64. See
- # http://crbug.com/171009
+ cflags = [ "/wd4267" ] # TODO(wolenetz): Fix size_t to int trunctaion in win64. See
+ # http://crbug.com/171009
}
if (is_mac || is_ios) {
« no previous file with comments | « no previous file | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698