diff --git a/third_party/googletest/BUILD.gn b/third_party/googletest/BUILD.gn index b1d044d3fb..50f7be353c 100644 --- a/third_party/googletest/BUILD.gn +++ b/third_party/googletest/BUILD.gn @@ -32,7 +32,10 @@ if (dir_pw_third_party_googletest != "") { ] # Fix some compiler warnings. - cflags = [ "-Wno-undef" ] + cflags = [ + "-Wno-undef", + "-Wno-conversion", + ] } pw_source_set("googletest") {