Commit c3b0a050 authored by brettw@chromium.org's avatar brettw@chromium.org

Disable a warning in the GN build.

This warning is disabled in the GYP build but was missed.

Review URL: https://codereview.chromium.org/305303002

git-svn-id: svn://svn.chromium.org/blink/trunk@175217 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent cb45c4f6
...@@ -35,6 +35,7 @@ config("config") { ...@@ -35,6 +35,7 @@ config("config") {
"/wd4305", # Truncation from 'type1' to 'type2'. "/wd4305", # Truncation from 'type1' to 'type2'.
"/wd4324", # Struct padded due to declspec(align). "/wd4324", # Struct padded due to declspec(align).
"/wd4714", # Function marked forceinline not inlined. "/wd4714", # Function marked forceinline not inlined.
"/wd4800", # Value forced to bool.
"/wd4996", # Deprecated function call. "/wd4996", # Deprecated function call.
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment