Explorar o código

Merge pull request #3919 from jart/less-warnings

Remove unhelpful build warnings
Feng Xiao %!s(int64=7) %!d(string=hai) anos
pai
achega
f08e4dd984
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      BUILD

+ 2 - 0
BUILD

@@ -24,6 +24,8 @@ COPTS = select({
         "-Woverloaded-virtual",
         "-Wno-sign-compare",
         "-Wno-unused-function",
+        # Prevents ISO C++ const string assignment warnings for pyext sources.
+        "-Wno-writable-strings",
     ],
 })