Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / chararraylit.expect
blob43dfab3d12ac0f61d584a927249db8f73bc5a2c3
2 chararraylit.c: (in function f)
3 chararraylit.c:8:16: String literal with 4 characters is assigned to char [3]
4                         (no room for null terminator): "abc"
5 chararraylit.c:13:3: Suspect modification of observer p: *p = 'c'
6    chararraylit.c:9:13: Storage *p becomes observer
8 Finished checking --- 2 code warnings, as expected