<div dir="ltr"><div>I think it is time to throw the -Werror switch.  So how about sometime on/after 11th March (that&#39;s a week, everything on the internet takes a week)?<br><br></div><div>If for some reason you don&#39;t want -Werror then add:<br><br></div><div>  WERROR_CFLAGS=<br><br></div><div>to your Makefile.inc.local.  If for some reason you don&#39;t want the actual warnings then also add:<br><br></div><div>   WARNING_CFLAGS=<br><br></div><div>(both of these work now)<br><br></div><div>The old WERROR variable may continue to work for a while (cleaning up CFLAGS in general will eventually result in its loss).<br><br></div></div>