diff -r 4332f0f7be53 -r acd3cd4aaceb utilitylibraries/libutils/tsrc/src/test_wcharptotptr16_negative2.cpp --- a/utilitylibraries/libutils/tsrc/src/test_wcharptotptr16_negative2.cpp Thu Aug 19 11:33:45 2010 +0300 +++ b/utilitylibraries/libutils/tsrc/src/test_wcharptotptr16_negative2.cpp Tue Aug 31 16:54:36 2010 +0300 @@ -20,7 +20,7 @@ #include "libutils.h" #include"std_log_result.h" #define LOG_FILENAME_LINE __FILE__, __LINE__ -void main() +int main() { int retval =ESuccess; wchar_t* mywcharstring = NULL; @@ -38,4 +38,6 @@ printf("wcharptotptr16 negative2 Failed\n"); } testResultXml("test_wcharptotptr16_negative2"); + + return 0; }