Index: build/secondary/testing/gtest/BUILD.gn |
diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn |
index a20a09d4db6470ea5534096c1822e27a24fb3478..d8b0ac86c55d2be1bd9e318a3edfd4e5d5a5135a 100644 |
--- a/build/secondary/testing/gtest/BUILD.gn |
+++ b/build/secondary/testing/gtest/BUILD.gn |
@@ -20,10 +20,6 @@ config("gtest_config") { |
# Gtest headers need to be able to find themselves. |
include_dirs = [ "include" ] |
- if (is_win) { |
- cflags = [ "/wd4800" ] # Unused variable warning. |
- } |
- |
if (is_posix) { |
defines += [ |
# gtest isn't able to figure out when RTTI is disabled for gcc |