Unverified Commit 63d107b2 authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #5516 from KeithMoyer/master

Clean up unnecessary compile warning with GCC
parents be1716a6 595cb359
...@@ -54,7 +54,6 @@ COPTS = select({ ...@@ -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",
], ],
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment