<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 7, 2017 at 7:31 PM, Saleem Abdulrasool <span dir="ltr"><<a href="mailto:compnerd@compnerd.org" target="_blank">compnerd@compnerd.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I'm worried about changing this signature all the time.  I suspect that it will cause the following to be emitted for valid code:</div><div><br></div><div>warning: incompatible pointer types passing 'unsigned long *' to parameter of type 'unsigned int *' [-Wincompatible-pointer-types]</div><div class="gmail_extra"><br></div><div class="gmail_extra">Switching the signature on LP64 sounds much better to me.</div></div></blockquote><div><br></div><div>Right, we have to do this. It needs to be `long` on Windows.</div></div></div></div>