Module Name: src Committed By: rillig Date: Sun Jan 9 19:57:14 UTC 2022
Modified Files: src/usr.bin/make: parse.c Log Message: make: add missing printflike annotations to parse.c Clang is stricter than GCC in checking format string inconsistencies. Reported by Tobias Nygren. To generate a diff of this commit: cvs rdiff -u -r1.648 -r1.649 src/usr.bin/make/parse.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.