Index: trunk/tests/conf/conftest.c =================================================================== --- trunk/tests/conf/conftest.c (revision 5832) +++ trunk/tests/conf/conftest.c (revision 5833) @@ -389,4 +389,5 @@ conf_hid_unreg(hid_cookie); conf_uninit(); + return 0; } Index: trunk/tests/pcb-printf/prcli.c =================================================================== --- trunk/tests/pcb-printf/prcli.c (revision 5832) +++ trunk/tests/pcb-printf/prcli.c (revision 5833) @@ -26,4 +26,4 @@ printf("\n"); return 0; -} \ No newline at end of file +} Index: trunk/tests/remote/test_parse.c =================================================================== --- trunk/tests/remote/test_parse.c (revision 5832) +++ trunk/tests/remote/test_parse.c (revision 5833) @@ -37,4 +37,5 @@ break; } } + return 0; }