[GRASS5] ISO C90 does not support `long long'

Francesco P. Lovergine frankie at debian.org
Wed Feb 1 06:33:54 EST 2006


On Wed, Feb 01, 2006 at 10:13:06AM +0100, Markus Neteler wrote:
> Hi,
> 
> using the "-pedantic" gcc flag, I get this message:
> 
> include/grass/dgl/type.h:66: warning: ISO C90 does not support `long long'
> 
> How to fix that line?
> 

That's C99. So using -std=c99 should 'fix' the issue :)

-- 
Francesco P. Lovergine




More information about the grass-dev mailing list