summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/makestrs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/makestrs.c b/util/makestrs.c
index 4d5c0a6..10ceffb 100644
--- a/util/makestrs.c
+++ b/util/makestrs.c
@@ -345,6 +345,7 @@ WriteSourceLine(TableEnt * te, int abi, int fudge)
{
char *c;
+ (void) abi;
for (c = te->right; *c; c++)
(void) printf("'%c',", *c);
(void) printf("%c", '0');
@@ -439,6 +440,7 @@ ArrayperWriteSource(int abi)
File *phile;
static int done_atom;
+ (void) abi;
for (phile = file; phile; phile = phile->next) {
Table *t;
TableEnt *te;