]> andersk Git - splint.git/blobdiff - test/charlit.expect
ADded numabstract types.
[splint.git] / test / charlit.expect
index 0b76814b80da1708bd22cd6a8f585111a7edab63..6b0b241793f651a87356c8aa72021ffb56751bae 100644 (file)
@@ -28,4 +28,8 @@ charlit.c:12:14: Variable u initialized to type int, expects unsigned int: -3
 
 Finished checking --- 6 code warnings, as expected
 
-Finished checking --- no warnings
+charlit.c: (in function f)
+charlit.c:6:3: Assignment of double to int: x = x + 'c' + 2 + z
+  To allow all numeric types to match, use +relaxtypes.
+
+Finished checking --- 1 code warning, as expected
This page took 0.035989 seconds and 4 git commands to generate.