From 5f88305e050a5a5366b51a39a34d9b4a69b1655e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 8 Mar 1999 00:52:36 +0100 Subject: [PATCH] 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(-) diff --git a/twofish.c b/twofish.c index cc7e606d..9945a2fa 100644 --- 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$"; /* ------------------------------------------------------------------------- */ -- GitLab