From: Niels Möller Date: Sun, 7 Mar 1999 23:52:36 +0000 (+0100) Subject: Moved UNUSED attribute to be compatible with gcc-2.x, x<8. X-Git-Tag: release_nettle_0.2.20010617~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f88305e050a5a5366b51a39a34d9b4a69b1655e;p=thirdparty%2Fnettle.git Moved UNUSED attribute to be compatible with gcc-2.x, x<8. Rev: src/symmetric/twofish.c:1.3 --- diff --git a/twofish.c b/twofish.c index cc7e606d..9945a2fa 100644 --- a/twofish.c +++ b/twofish.c @@ -32,7 +32,7 @@ #include #include -UNUSED static char cvs_id[] = +static char cvs_id[] UNUSED = "$Id$"; /* ------------------------------------------------------------------------- */