commit ee711883325351854f1894042bc75a619bc19653 from: Markus Uhlin date: Mon Apr 27 05:20:18 2026 UTC Writing to stderr is safe commit - 8102d294a28592da6ee1a0b80c2e33e2a84bae11 commit + ee711883325351854f1894042bc75a619bc19653 blob - dbd0f7e09a6e5959c9280a508b9edfa3a1e571f7 blob + 84efc975452f10b05d927cdc68384276efe14e52 --- FICS/adminproc.c +++ FICS/adminproc.c @@ -398,7 +398,7 @@ com_anews(int p, param_list param) msnprintf(filename, sizeof filename, "%s/newadminnews.index", news_dir); if ((fp = fopen(filename, "r")) == NULL) { - fprintf(stderr, "Cant find news index.\n"); + (void) fprintf(stderr, "Cant find news index.\n"); return COM_OK; }