]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Moved UNUSED attribute to be compatible with gcc-2.x, x<8.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 7 Mar 1999 23:52:36 +0000 (00:52 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 7 Mar 1999 23:52:36 +0000 (00:52 +0100)
Rev: src/symmetric/twofish.c:1.3

twofish.c

index cc7e606d947149288e6cb5e268e0394a5fcd40c3..9945a2facca857ab15380819e96de3faf03104a2 100644 (file)
--- a/twofish.c
+++ b/twofish.c
@@ -32,7 +32,7 @@
 #include <string.h>
 #include <assert.h>
 
-UNUSED static char cvs_id[] =
+static char cvs_id[] UNUSED =
 "$Id$";
 
 /* ------------------------------------------------------------------------- */