This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients skip.montanaro
Date 2009-01-04.18:11:42
SpamBayes Score 0.0009868185
Marked as misclassified No
Message-id <18784.64475.338807.986695@montanaro.dyndns.org>
In-reply-to
Content
Compiling with Intel's icc I get lots of remarks like this:

    icc -c -fno-strict-aliasing -DNDEBUG -g  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I../Include   -DPy_BUILD_CORE -o Parser/acceler.o ../Parser/acceler.c
    ../Include/longobject.h(35): remark #193: zero used for undefined preprocessing identifier "SIZEOF_SOCKET_T"
      #if SIZEOF_SOCKET_T <= SIZEOF_LONG
          ^

This is only defined in Modules/socketmodule.h.  It should probably be
defined somewhere else if it's to be referenced by longobject.h.

Skip
History
Date User Action Args
2009-01-04 18:11:43skip.montanarosetrecipients: + skip.montanaro
2009-01-04 18:11:42skip.montanarolinkissue4835 messages
2009-01-04 18:11:42skip.montanarocreate