X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fmts.c;h=834579d166fc70286381aff4db10ffd326a9d77f;hb=0cd4ef27dfd7ab539a3217287795d4d9732c18d0;hp=71836e4f429e5908308b61ac137e0588e56d6e43;hpb=c2191f6961409263271aaeb0f9685e10492389a8;p=mmh diff --git a/sbr/mts.c b/sbr/mts.c index 71836e4..834579d 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;