int testmmousetable.c the arguments to main() are not compatible with what is required in SDL_main.h
Cleaned up testatomic.c to use the same syntax as every other test program. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403881
This commit is contained in:
parent
a78ed924f8
commit
eb32c5737d
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ tf(SDL_bool tf)
|
|||
}
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
|
||||
volatile Uint32 val32 = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue