On 17.03.2011 07:51, Benjamin Kosnik wrote: > > Needs some more work, here's a rough draft. > > -benjamin
+ <p>As a workaround, remove <code>-Werror</code> until the new warnings + are fixed, or for conversion warnings + add <code>-Wno-unused-but-set-variable</code> + or <code>-Wno-unused-but-set-parameter</code>. + </p> what about recommending keeping -Werror and adding -Wno-error=unused-but-set-variable or -Wno-error=unused-but-set-parameter? Then the warnings remain, but don't cause an error. Matthias