-Wno-writable-strings removes 230 "ISO C++11 does not allow conversion from string literal to 'char *'" warnings from TensorFlow test / build output. These happen because pyext/ sources pass string literals to Python C API data structures, e.g. PyGetSetDef, which for some reason were designed to not have the const qualifier.pull/3919/head
parent
baed06e694
commit
ac5371d13e
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue