X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=f194a7c137d8982f7ba8dac3edd205f947071a73;hp=d024b8890277ba7745714f971a2ebcae74a544aa;hb=0cbd0ac87ebe208b0d47df28e86c16886bdb687d;hpb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0 diff --git a/command.c b/command.c index d024b889..f194a7c1 100644 --- a/command.c +++ b/command.c @@ -126,7 +126,7 @@ static char *get_status(struct misc_meta_data *nmmd, int parser_friendly) * The calls to WRITE_STATUS_ITEM() below never fail because * b->max_size is zero (unlimited), see para_printf(). However, clang * is not smart enough to prove this and complains nevertheless. - * Casting the return value to void silences solves this. + * Casting the return value to void silences clang. */ (void)WRITE_STATUS_ITEM(&b, SI_FILE_SIZE, "%zu\n", nmmd->size / 1024); (void)WRITE_STATUS_ITEM(&b, SI_MTIME, "%s\n", mtime);