Python.h problem-> /usr/include/python2.2/longobject.h:48: warning: ISO C89 does not support `long long'

Christian Seberino seberino at spawar.navy.mil
Tue Feb 10 17:32:15 EST 2004


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



More information about the Python-list mailing list