Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / widestrings.expect
blob03c7fa92f97f9b202e8d4b6f732bf78882b64149
2 widestrings.c: (in function main)
3 widestrings.c:9:16: Function printf expects arg 1 to be char * gets wchar_t *:
4                        L"English:  Hello, world!\n"
5 widestrings.c:10:17: Function wprintf expects arg 1 to be wchar_t * gets char
6                         *: "English:  Hello, world!\n"
8 Finished checking --- 2 code warnings, as expected