Fixed compiler warnings in Watcom C.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401157
This commit is contained in:
Ryan C. Gordon 2005-10-03 08:12:32 +00:00
parent a2c23b6984
commit 197396555b
5 changed files with 22 additions and 6 deletions

View file

@ -22,7 +22,7 @@ static void quit(int rc)
int SubThreadFunc(void *data) {
while(! *(int volatile *)data) {
; /*SDL_Delay(10); /* do nothing */
; /*SDL_Delay(10);*/ /* do nothing */
}
return 0;
}