Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / enumtag.expect
blob19860fbba7229d09ef595ce199f69e607438f428
2 enumtag.c:35:6: Enum tag enum e_tag defined more than once
3    enumtag.c:12:6: Previous definition of enum e_tag
4 enumtag.c:35:6: Enum enum e_tag declared with members { E_M } but previously
5                    declared with members { E_X, E_Y, E_Z }
6    enumtag.c:12:6: Declaration of enum e_tag
8 Finished checking --- 2 code warnings, as expected