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

Unified Diff: BUILD.gn

Issue 1862773002: Suppress some additional msvs warnings (GN). (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: ordering nit Created 4 years, 8 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 | third_party/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 806367e18912891f25e27dd9cebf88fb3a343549..32d7886b98cfe81df7ac3da5068dd69858fead03 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -42,7 +42,10 @@ config("pdfium_config") {
}
if (is_win) {
- cflags += [ "/wd4267" ]
+ cflags += [
+ "/wd4267",
+ "/wd4701",
+ ]
}
if (is_clang || is_posix) {
« no previous file with comments | « no previous file | third_party/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698