I had problems with symmetric/twofish.c, and
it seems to me, that my compiler doesn't like this:
UNUSED static char cvs_id[] = "...";
But it compiles fine with:
static char UNUSED cvs_id[] = "...";
Or with:
static char cvs_id[] UNUSED = "...";

gcc -v -> gcc version 2.7.2.1
Is this the correct behaviour from this compiler?

Greets,
Keresztg

+ Keresztfalvi Gabor
+ Student of Technical University of Budapest
+ mailto: [EMAIL PROTECTED]  [EMAIL PROTECTED]  [EMAIL PROTECTED]
+ http://www.piar.hu/~keresztg/   There is my pubkey on this page.

Reply via email to