Merge pull request #4847 from depristo/master

Remove write-strings warning from COPTs
pull/1951/merge
Feng Xiao 7 years ago committed by GitHub
commit 00f118f0c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      BUILD

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

Loading…
Cancel
Save