Comment 1 for bug 923231

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 923231] [NEW] solaris compile warns in stdbool.h

On Sun, Jan 29, 2012 at 05:36:26AM -0000, SoloTurn wrote:
> /opt/SUNWspro/bin/cc -DNDEBUG -O -xO3 -m32 -xarch=386 -I/opt/csw/include -Kpic -I/opt/csw/include -I/opt/csw/include -I/opt/csw/include/subversion-1 -Isubvertpy -I/opt/csw/include/python2.6 -c subvertpy/_ra.c -o build/temp.solaris-2.9-i86pc-2.6/subvertpy/_ra.o
> "subvertpy/stdbool.h", line 2: warning: invalid white space character in directive
> "subvertpy/stdbool.h", line 3: warning: invalid white space character in directive
> "subvertpy/stdbool.h", line 6: warning: invalid white space character in directive
> "subvertpy/stdbool.h", line 7: warning: invalid white space character in directive
> "subvertpy/stdbool.h", line 9: warning: invalid white space character in directive
Thanks for the bug report. It's complaining about \r characters in the
include file.

  status fixcommitted

Cheers,

Jelmer