* 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);