diff --git a/BUILD b/BUILD index bcaf9cd538..9c8fd86488 100644 --- a/BUILD +++ b/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", ], })