Sfoglia il codice sorgente

Merge pull request #5516 from KeithMoyer/master

Clean up unnecessary compile warning with GCC
Adam Cozzette 7 anni fa
parent
commit
63d107b22f
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      BUILD

+ 0 - 1
BUILD

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