A lot of warnings from silcatomic.h
mal content
artifact.one at googlemail.com
Tue Jun 5 16:08:47 CEST 2007
On 05/06/07, Pekka Riikonen <priikone at iki.fi> wrote:
>
> : /usr/local/include/silcatomic.h:1177: warning: ISO C does not allow
> : extra `;' outside of a function
> : /usr/local/include/silcatomic.h:1178: warning: ISO C does not allow
> : extra `;' outside of a function
> :
> : This is on FreeBSD 6.2 with GCC 3.4.6, -W -Wall -pedantic
> : -stc=c99 -Wno-unused-parameter.
> :
> : Looks like a semicolon has crept into a macro
> : somewhere (I can't quite work out where though, running
> : the file through cpp).
> :
> Yeah, there's semicolons at the end of the declaration macros which expand
> to the end of the function declarations. I shall remove them. With
> -pedantic you are sure to get other warnings too.
>
It's actually not too bad. The occasional warning about
character strings differing in signedness but nothing
major.
MC
More information about the silc-devel
mailing list