Snippets for libfs 1.0.9 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/libFS/1.0.9/10.fc45/data/logs/x86_64/build.log.
-
FSlibInt.c:843:24: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 843 | (void) fprintf(fp, mesg, event->request_code); | ^~~~ -
FSlibInt.c:864:24: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 864 | (void) fprintf(fp, mesg, event->minor_code); | ^~~~ -
FSlibInt.c:874:24: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 874 | (void) fprintf(fp, mesg, event->resourceid); | ^~~~ -
FSlibInt.c:878:24: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 878 | (void) fprintf(fp, mesg, event->serial); | ^~~~ -
FSlibInt.c:882:24: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] 882 | (void) fprintf(fp, mesg, svr->request); | ^~~~