X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ae6d25b39b09560916481983b30d3b09ccf9390e..16e8854330e53d608f4db3b26544fdcf7d75f6e7:/sbr/mts.c diff --git a/sbr/mts.c b/sbr/mts.c index 71836e4f..834579d1 100644 --- a/sbr/mts.c +++ b/sbr/mts.c @@ -20,9 +20,6 @@ #include #include -#define NOTOK (-1) -#define OK 0 - /* * static prototypes */ @@ -144,6 +141,8 @@ static struct bind binds[] = { void mts_init (char *name) { + NMH_UNUSED (name); + const char *cp; FILE *fp; static int inited = 0;