Преглед изворни кода

Merge pull request #5516 from KeithMoyer/master

Clean up unnecessary compile warning with GCC
Adam Cozzette пре 6 година
родитељ
комит
63d107b22f
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      BUILD

+ 0 - 1
BUILD

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