Why do we have -Wlong-long as a compile flag?<div><br></div><div>It causes a spam of:</div><div>warning: use of C99 long long integer constant</div><div>... (despite us using -std=gnu99)</div><div><br></div><div>On the one hand it smacks of a gcc bug that we get this warning in C99 mode. On the other hand, why did we turn it on?</div>
<div><br></div>