Skip to content
Snippets Groups Projects
Commit 5f88305e authored by Niels Möller's avatar Niels Möller
Browse files

Moved UNUSED attribute to be compatible with gcc-2.x, x<8.

Rev: src/symmetric/twofish.c:1.3
parent baba755d
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
#include <string.h>
#include <assert.h>
UNUSED static char cvs_id[] =
static char cvs_id[] UNUSED =
"$Id$";
/* ------------------------------------------------------------------------- */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment