From 4b73607b6f1bbe858000c0665b5eeb7e1d60e7cf Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 29 Mar 2020 00:10:51 +0000 Subject: [PATCH] Fixes towards building on MSVC. --- auto_tests/BUILD.bazel | 1 - 1 file changed, 1 deletion(-) diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel index b6622347..cce35b10 100644 --- a/auto_tests/BUILD.bazel +++ b/auto_tests/BUILD.bazel @@ -23,7 +23,6 @@ flaky_tests = { size = "small", srcs = [src], args = ["$(location %s)" % src], - copts = ["-Wno-sign-compare"], data = glob(["data/*"]), flaky = flaky_tests.get( src[:-2],