fix warning
This commit is contained in:
parent
6e17e798f5
commit
f299f4ae9c
|
@ -11,7 +11,6 @@ static int TestDriverDebugReport(int type, char* message, int* retVal)
|
||||||
(void)type; (void)retVal;
|
(void)type; (void)retVal;
|
||||||
fprintf(stderr, message);
|
fprintf(stderr, message);
|
||||||
exit(1);
|
exit(1);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue