Makefile: add -Wno-stringop-truncation for y.tab.o Browse files This file is auto-generated, and it currently spews the following warning for me: In function ‘setup_to_parse_string’, inlined from ‘evaluate_arithmetic_expression’ at y.tab.c:1571:2: y.tab.c:1559:9: warning: ‘...
Collaborator hawkinsp commented Nov 20, 2020 Works around tensorflow/tensorflow#39467 for gcc 10+ builds. Add -Wno-stringop-truncation to build flags on Linux. … 1fcbd2f google-cla bot added the cla: yes label Nov 20, 2020 hawkinsp added the pull ready label Nov 20, 2020 copybara...