Re: question about expat-1.95.6 on Solaris 8
"Karl Waclawek" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <00c201c37175$52b805d0$9e539696@citkwaclaww2k> |
> I am building expat-1.95.6 on Solaris 8 with gcc-3.2.3 > > It seems to be making, however I get 79 of these at various points > > ../expat-1.95.6/lib/xmltok.c:1216: warning: `regparm' attribute directive ignored > > > Are these really just a warning or is something wrong? I think this warning can be ignored. regparm deals with parameter passing in registers. I assume this is not an Intel CPU? Karl