X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmsgchk.c;h=a9583513651f7a26de3cecdcc62a67b7ba4bfcd3;hb=f77270883363b2407ba4588e20ab697535d45c50;hp=c7f32f5ba843325fed59e19c3b59b66e06db6b4b;hpb=e7781fb39d2ad428d0d0c779ed141281d75476dd;p=mmh diff --git a/uip/msgchk.c b/uip/msgchk.c index c7f32f5..a958351 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -65,6 +65,8 @@ static struct swit switches[] = { #define MAXVEC 51 #define NT_NONE 0x0 +#ifdef NT_NONE +#endif /* Use NT_NONE to prevent warning from gcc -Wunused-macros. */ #define NT_MAIL 0x1 #define NT_NMAI 0x2 #define NT_ALL (NT_MAIL | NT_NMAI)