fix warning

This commit is contained in:
Ken Martin 2004-05-06 08:51:36 -04:00
parent 6e17e798f5
commit f299f4ae9c
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ static int TestDriverDebugReport(int type, char* message, int* retVal)
(void)type; (void)retVal;
fprintf(stderr, message);
exit(1);
return 0;
}
#endif