Browse Source

Merge pull request #5516 from KeithMoyer/master

Clean up unnecessary compile warning with GCC
Adam Cozzette 6 years ago
parent
commit
63d107b22f
1 changed files with 0 additions and 1 deletions
  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",
     ],
 })