]> andersk Git - splint.git/blame - test/widestrings.expect
Added the flags likely-bounds, likely-bounds-write, and likely-bounds-read
[splint.git] / test / widestrings.expect
CommitLineData
e0b363ad 1
2widestrings.c: (in function main)
3widestrings.c:9:16: Function printf expects arg 1 to be char * gets wchar_t *:
4 L"English: Hello, world!\n"
5widestrings.c:10:17: Function wprintf expects arg 1 to be wchar_t * gets char
6 *: "English: Hello, world!\n"
7
8Finished checking --- 2 code warnings, as expected
This page took 0.087285 seconds and 5 git commands to generate.