I have a build of gccxml from cvs which I have checked out on 29/12/2007.=
=0AI am using python2.5=0Apygccxml 0.9.0=0A=0AWhen I run my pygccxml script=
I continue to get the the following warninngs =0A_________________________=
_____________________________________________________=0A=0A/usr/lib/python2=
.5/site-packages/pygccxml/parser/scanner.py:292: UserWarning: unable to fin=
d out array size from expression "0u"=0A warnings.warn( 'unable to find ou=
t array size from expression "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/pytho=
n2.5/site-packages/pygccxml/parser/scanner.py:292: UserWarning: unable to f=
ind out array size from expression "7u"=0A warnings.warn( 'unable to find =
out array size from expression "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/pyt=
hon2.5/site-packages/pygccxml/parser/scanner.py:292: UserWarning: unable to=
find out array size from expression "1u"=0A warnings.warn( 'unable to fin=
d out array size from expression "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/p=
ython2.5/site-packages/pygccxml/parser/scanner.py:292: UserWarning: unable =
to find out array size from expression "3u"=0A warnings.warn( 'unable to f=
ind out array size from expression "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib=
/python2.5/site-packages/pygccxml/parser/scanner.py:292: UserWarning: unabl=
e to find out array size from expression "15u"=0A warnings.warn( 'unable t=
o find out array size from expression "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/=
lib/python2.5/site-packages/pygccxml/parser/scanner.py:292: UserWarning: un=
able to find out array size from expression "19u"=0A warnings.warn( 'unabl=
e to find out array size from expression "%s"' % attrs[ XML_AN_MAX ] )=0A/u=
sr/lib/python2.5/site-packages/pygccxml/parser/scanner.py:292: UserWarning:=
unable to find out array size from expression "0xfffffffffffffffffffffffff=
fffffffu"=0A warnings.warn( 'unable to find out array size from expression=
"%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/python2.5/site-packages/pygccxml/=
parser/scanner.py:292: UserWarning: unable to find out array size from expr=
ession "12u"=0A warnings.warn( 'unable to find out array size from express=
ion "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/python2.5/site-packages/pygccx=
ml/parser/scanner.py:292: UserWarning: unable to find out array size from e=
xpression "47u"=0A warnings.warn( 'unable to find out array size from expr=
ession "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/python2.5/site-packages/pyg=
ccxml/parser/scanner.py:292: UserWarning: unable to find out array size fro=
m expression "31u"=0A warnings.warn( 'unable to find out array size from e=
xpression "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/python2.5/site-packages/=
pygccxml/parser/scanner.py:292: UserWarning: unable to find out array size =
from expression "39u"=0A warnings.warn( 'unable to find out array size fro=
m expression "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/python2.5/site-packag=
es/pygccxml/parser/scanner.py:292: UserWarning: unable to find out array si=
ze from expression "55u"=0A warnings.warn( 'unable to find out array size =
from expression "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/python2.5/site-pac=
kages/pygccxml/parser/scanner.py:292: UserWarning: unable to find out array=
size from expression "2u"=0A warnings.warn( 'unable to find out array siz=
e from expression "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/python2.5/site-p=
ackages/pygccxml/parser/scanner.py:292: UserWarning: unable to find out arr=
ay size from expression "127u"=0A warnings.warn( 'unable to find out array=
size from expression "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/python2.5/si=
te-packages/pygccxml/parser/scanner.py:292: UserWarning: unable to find out=
array size from expression "255u"=0A warnings.warn( 'unable to find out a=
rray size from expression "%s"' % attrs[ XML_AN_MAX ] )=0A/usr/lib/python2.=
5/site-packages/pygccxml/parser/scanner.py:292: UserWarning: unable to find=
out array size from expression "13u"=0A warnings.warn( 'unable to find ou=
t array size from expression "%s"' % attrs[ XML_AN_MAX ] )=0A______________=
___________________________________________________________________________=
_________________________________________=0A=0AEverything in my script is w=
orking. I am not using C arrays.=0AThese warnings have appeared since I sta=
rting the cvs build, after Brad King checked in a bug fix =0Aon 29/12/2007=
to do with default values in in member functions of templated classes. The=
se warnings to not affect my=0Ause of the utility ( yet ) but someone shoul=
d look into anyway I suppose.=0A=0AN=0A =0A=0A=0A =0A=0A=0A=0A=0A ____=
______________________________________________________=0ASent from Yahoo! M=
ail - a smarter inbox http://uk.mail.yahoo.com=0A
|