Selaa lähdekoodia

Merge pull request #3919 from jart/less-warnings

Remove unhelpful build warnings
Feng Xiao 8 vuotta sitten
vanhempi
commit
f08e4dd984
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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",
     ],
 })