summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn17
1 files changed, 0 insertions, 17 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b0ab4e1940..ad12068ad3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -43,24 +43,7 @@ config("pdfium_config") {
if (is_win) {
cflags += [
- "/wd4005",
- "/wd4018",
- "/wd4146",
- "/wd4333",
- "/wd4345",
"/wd4267",
-
- # TODO(ochang): Investigate if this can be fixed properly.
- "/wd4201",
-
- # TODO(thestig): Fix all instances, remove this, pdfium:29
- "/wd4245",
- "/wd4310",
- "/wd4389",
- "/wd4701",
- "/wd4702",
- "/wd4706",
- "/wd4800",
]
}