mirror of
https://github.com/yawut/SDL.git
synced 2026-07-19 09:21:40 -05:00
Fixed compiler warnings in test programs by adding return statements.
This commit is contained in:
parent
27e8a1013d
commit
642825d6f6
|
|
@ -227,6 +227,8 @@ main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
quit(0);
|
||||
|
||||
return 0; /* to prevent compiler warning */
|
||||
}
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
|
|||
|
|
@ -162,6 +162,8 @@ main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
quit(0);
|
||||
|
||||
return 0; /* to prevent compiler warning */
|
||||
}
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user