From 5f88305e050a5a5366b51a39a34d9b4a69b1655e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Mon, 8 Mar 1999 00:52:36 +0100 Subject: Moved UNUSED attribute to be compatible with gcc-2.x, x<8. Rev: src/symmetric/twofish.c:1.3 --- twofish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twofish.c') 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$"; /* ------------------------------------------------------------------------- */ -- cgit v1.2.1