Эх сурвалжийг харах

Merge pull request #3919 from jart/less-warnings

Remove unhelpful build warnings
Feng Xiao 7 жил өмнө
parent
commit
f08e4dd984
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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",
     ],
 })