Merge pull request #3919 from jart/less-warnings

Remove unhelpful build warnings
pull/3939/head
Feng Xiao 7 years ago committed by GitHub
commit f08e4dd984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      BUILD

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

Loading…
Cancel
Save