c extension compilation gives this gripe about python itself with
-Wall and -pedantic switches -->
/usr/include/python2.2/longobject.h:48 : warning: ISO C89 does not
support `long long'
Is there any way to avoid this?
Chris
-Wall and -pedantic switches -->
/usr/include/python2.2/longobject.h:48 : warning: ISO C89 does not
support `long long'
Is there any way to avoid this?
Chris
Comment