Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / functionmacro.expect
blobe37ff4d9d3c66b764de0da748d2d7c6dd1d48320
2 functionmacro.c: (in function blah)
3 functionmacro.c:7:3: Assignment of size_t to int: len = strlen(__FUNCTION__)
4 functionmacro.c: (in function main)
5 functionmacro.c:19:2: Path with no return in function declared to return int
7 Finished checking --- 2 code warnings, as expected