Merge pull request #3919 from jart/less-warnings

Remove unhelpful build warnings
This commit is contained in:
Feng Xiao 2017-11-21 10:46:44 -08:00 committed by GitHub
commit f08e4dd984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
BUILD
View File

@ -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",
],
})