Unverified Commit f08e4dd9 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #3919 from jart/less-warnings

Remove unhelpful build warnings
parents b819abf0 ac5371d1
......@@ -24,6 +24,8 @@ COPTS = select({
"-Woverloaded-virtual",
"-Wno-sign-compare",
"-Wno-unused-function",
# Prevents ISO C++ const string assignment warnings for pyext sources.
"-Wno-writable-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