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

Unified Diff: components/safe_browsing/renderer/BUILD.gn

Issue 2770493004: Remove disable warnings compile flag in safebrowsing component, and fix some type win64 type errors… (Closed)
Patch Set: Created 3 years, 9 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
Index: components/safe_browsing/renderer/BUILD.gn
diff --git a/components/safe_browsing/renderer/BUILD.gn b/components/safe_browsing/renderer/BUILD.gn
index bab7840ba6047085e07f11ac2d6014ef54b454de..03dbfe67f5b6e4f5f7e24565de0499ae6a60be4a 100644
--- a/components/safe_browsing/renderer/BUILD.gn
+++ b/components/safe_browsing/renderer/BUILD.gn
@@ -18,8 +18,5 @@ source_set("renderer") {
"//third_party/WebKit/public:blink",
"//url/ipc:url_ipc",
]
- if (is_win) {
- cflags = [ "/wd4267" ] # conversion from 'size_t' to 'int' on x64 (crbug.com/702773)
- }
}
}

Powered by Google App Engine
This is Rietveld 408576698