Explorar o código

Remove -Wall from default build options

All bazel crosstools automatically pass -Wall to compiles. The order of
operations is:

- bazel crosstool flags
- `--host_copt` flags and other variations like `--host_cxxopt`
- the `copts` defined on the rule

Because of this when protobuf produces warnings, there's no way to
disable them from the consumer side if they are re-enabled later by
another `-Wall` flag.
Keith Smiley %!s(int64=6) %!d(string=hai) anos
pai
achega
1c5e8cbb8f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      BUILD

+ 0 - 1
BUILD

@@ -49,7 +49,6 @@ COPTS = select({
     "//conditions:default": [
         "-DHAVE_PTHREAD",
         "-DHAVE_ZLIB",
-        "-Wall",
         "-Woverloaded-virtual",
         "-Wno-sign-compare",
         "-Wno-unused-function",