Merge pull request #5516 from KeithMoyer/master

Clean up unnecessary compile warning with GCC
pull/5527/head^2
Adam Cozzette 6 years ago committed by GitHub
commit 63d107b22f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD

@ -54,7 +54,6 @@ COPTS = select({
"-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