Unverified Commit 00f118f0 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #4847 from depristo/master

Remove write-strings warning from COPTs
parents 98fcd876 42141fa2
......@@ -43,12 +43,12 @@ COPTS = select({
"//conditions:default": [
"-DHAVE_PTHREAD",
"-Wall",
"-Wwrite-strings",
"-Woverloaded-virtual",
"-Wno-sign-compare",
"-Wno-unused-function",
# Prevents ISO C++ const string assignment warnings for pyext sources.
"-Wno-writable-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