X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/e5081f8c08424e4511d50a3b1fc187666c95852c..16c024b587f5ddc115928d5cca7095508aa208d9:/test/union.expect diff --git a/test/union.expect b/test/union.expect index 648fbcc..e9f103a 100644 --- a/test/union.expect +++ b/test/union.expect @@ -12,14 +12,14 @@ union.c:66:3: Implicitly temp storage p assigned to implicitly only: u->st.ip = p union.c: (in function ut_mangle1) union.c:73:2: Released storage u->ox reachable from parameter at return point - union.c:72:9: Storage u->ox is released + union.c:72:9: Storage u->ox released union.c: (in function ut_mangle2) union.c:78:2: Released storage u->st.ip reachable from parameter at return point - union.c:77:9: Storage u->st.ip is released + union.c:77:9: Storage u->st.ip released union.c: (in function ut_mangle3) union.c:84:2: Released storage u->st.ip reachable from parameter at return point - union.c:82:9: Storage u->st.ip is released + union.c:82:9: Storage u->st.ip released Finished checking --- 8 code warnings, as expected