Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / deadparam.expect
blob0f78439f94eda0d60bfbf561d4f13bec7adc4c4d
2 deadparam.c: (in function t)
3 deadparam.c:7:6: Dead storage s1 passed as out parameter to f: s1
4    deadparam.c:6:9: Storage s1 released
5 deadparam.c:10:6: Dead storage s2 passed as special parameter to g: s2
6    deadparam.c:9:9: Storage s2 released
7 deadparam.c:10:6: Allocated storage s2 corresponds to storage listed in
8                      allocates clause of called function: s2
10 Finished checking --- 3 code warnings, as expected