<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 24, 2014 at 2:20 PM, David Majnemer <span dir="ltr"><<a href="mailto:david.majnemer@gmail.com" target="_blank">david.majnemer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Perhaps a warning should be added so code doesn't "miscompile" when compiled with GCC?<br></blockquote></div><br></div><div class="gmail_extra">In practice, it's only miscompiled with GCC if someone undefines NULL and redefines it. By default, NULL is __null in gcc, which also does the right thing.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I believe warning on this would be very noisy.</div></div>