diff options
author | Oliver Chang <ochang@chromium.org> | 2016-03-07 14:45:28 -0800 |
---|---|---|
committer | Oliver Chang <ochang@chromium.org> | 2016-03-07 14:45:28 -0800 |
commit | b90dabecdb9a8a439265e327b7f0f770d9a5245c (patch) | |
tree | a29b7fe1eb1015f6a1d0d2bb5abff0fc3052337b /BUILD.gn | |
parent | 594912241cd7d409b5f58a48ccffdc1904d844b2 (diff) | |
download | pdfium-b90dabecdb9a8a439265e327b7f0f770d9a5245c.tar.xz |
Suppress C4201 for Windows build.
warning C4201: nonstandard extension used : nameless struct/union
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1767263002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,9 @@ config("pdfium_config") { "/wd4345", "/wd4267", + # TODO(ochang): Investigate if this can be fixed properly. + "/wd4201", + # TODO(thestig): Fix all instances, remove this, pdfium:29 "/wd4245", "/wd4310", |