X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_compile.c;h=173f12d44c0f8e5eb3a10b4a059c2855735efbb7;hb=0c9207459097089a931399ff7d384884288bc4ac;hp=435740eca429d224694c5721b1326c8ecaff791c;hpb=5518634037521728ddcb11b8eb4c6dcd7f046f83;p=mmh diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index 435740e..173f12d 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -302,7 +302,7 @@ int fmt_compile(char *fstring, struct format **fmt) { register char *cp; - int i; + size_t i; if (format_string) free(format_string); @@ -409,9 +409,7 @@ do_spec(char *sp) { register char *cp = sp; register int c; -#ifndef lint register int ljust = 0; -#endif /* not lint */ register int wid = 0; register char fill = ' ';