Yes, I did of course mean that :-)<div><br></div><div>However... never mind, I've sorted that case out myself.  Revised patch attached.<br><br><div class="gmail_quote">On Tue, Jul 13, 2010 at 11:52 AM, Alexei Svitkine <span dir="ltr"><<a href="mailto:alexei.svitkine@gmail.com">alexei.svitkine@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">> The remaining issue is still that void foo(void ** it) {it=malloc(42);} warns.<br>
<br>
</div>Do you mean void foo(void ** it) {*it=malloc(42);} ?<br>
<br>
Because the one you mentioned should warn. ;)<br>
<font color="#888888"><br>
-Alexei<br>
</font></blockquote></div><br></div>