X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/11db3170da99e22aa0acea76debd6c7b590a629c..10fac4bc6190bcda80bf75e7267cb456e5a8b772:/test/printflike.expect diff --git a/test/printflike.expect b/test/printflike.expect index 35f0e89..adcd121 100644 --- a/test/printflike.expect +++ b/test/printflike.expect @@ -5,9 +5,9 @@ printflike.c:5:5: Function kprint is marked printflike, but has no elipsis parameter printflike.c:8:5: Function sprint is marked scanflike, but has no elipsis parameter -printflike.c:13:15: Traditional lint comment /*PRINTFLIKE*/ used. This is - interpreted by LCLint in the same way as most Unix lints, but it is - preferable to replace it with either /*@printflike@*/, /*@scanflike@*/ or +printflike.c:13:15: Traditional lint comment /*PRINTFLIKE*/ used. Splint + interprets this in the same way as most Unix lints, but it is preferable to + replace it with either /*@printflike@*/, /*@scanflike@*/ or /*@messagelike@*/. printflike.c:16:35: Multiple special function codes: printflike, messagelike (first code is ignored)