Browse Source

Merge pull request #3919 from jart/less-warnings

Remove unhelpful build warnings
Feng Xiao 7 years ago
parent
commit
f08e4dd984
1 changed files with 2 additions and 0 deletions
  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",
     ],
 })