Index: Source/BUILD.gn |
diff --git a/Source/BUILD.gn b/Source/BUILD.gn |
index 709062c82bdf8fa1dbba61f53f6d4c6a41f909fd..8911897298f3823ec21beda579ed3087688f05e8 100644 |
--- a/Source/BUILD.gn |
+++ b/Source/BUILD.gn |
@@ -35,6 +35,7 @@ config("config") { |
"/wd4305", # Truncation from 'type1' to 'type2'. |
"/wd4324", # Struct padded due to declspec(align). |
"/wd4714", # Function marked forceinline not inlined. |
+ "/wd4800", # Value forced to bool. |
"/wd4996", # Deprecated function call. |
] |
} |