<div dir="ltr">Hi<div><br></div><div>On Cygwin with gcc 11.3.0 as the native compiler, the build of gdb fails with:<br><br>  CXX    cp-name-parser.o<br>../../gdb-11.2/gdb/completer.c: In function ‘char* gdb_completion_word_break_characters_throw()’:<br>../../gdb-11.2/gdb/completer.c:2014:10: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]<br> 2014 |   return rl_completer_word_break_characters;<br>      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>      |          |<br>      |          const char*<br>make[2]: *** [Makefile:1641: completer.o] Error 1<br></div><div><br></div><div>Do we want to chase these?  When we lock down tool versions and host compilers continue to improve, we are just begging for having to fix these types of issues. We have enough warnings of our own to fix. :)</div><div><br></div><div>I'd like to add --disable-werror to at least the default gdb build. And suggest we consider for any other package that has enable-werror by default.</div><div><br></div><div>Thoughts.</div><div><br></div><div>--joel</div></div>