From d3b286cb434ed228e7b62cc70cb293e7a5554bfa Mon Sep 17 00:00:00 2001 From: iphydf Date: Fri, 23 Feb 2018 02:22:38 +0000 Subject: Fix a bunch of compiler warnings and remove suppressions. --- auto_tests/BUILD.bazel | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'auto_tests/BUILD.bazel') diff --git a/auto_tests/BUILD.bazel b/auto_tests/BUILD.bazel index 88951f97..af8920b1 100644 --- a/auto_tests/BUILD.bazel +++ b/auto_tests/BUILD.bazel @@ -11,10 +11,7 @@ cc_library( name = src[:-2], size = "small", srcs = [src], - copts = [ - "-Wno-parentheses", - "-Wno-sign-compare", - ], + copts = ["-Wno-sign-compare"], deps = [ ":helpers", "//c-toxcore/other:monolith", @@ -37,10 +34,7 @@ cc_test( name = "monolith_test", size = "small", srcs = ["monolith_test.cpp"], - copts = [ - "-Wno-parentheses", - "-Wno-sign-compare", - ], + copts = ["-Wno-sign-compare"], deps = [ ":helpers", ":monolith", -- cgit v1.2.3