I missed some warnings on a recent patch because I turned off -Werror because line 612 in TestCxxFeatures.cxx warns:<div><br><div>// gcc>=4.3 says type qualifiers ignored on function return type</div><div><div>#if !defined(__HP_aCC)</div>
<div>void const TestVoidConstReturn() {}</div><div>#endif</div><div><br></div><div>I am indeed using gcc >= 4.3 and I get (as it says in the comment) a warning about the type qualifier being ignored. Is there anything that can be done to suppress this warning on gcc >= 4.3?</div>

</div></div>