Add tests to mouse suite; fix VS compiler warnings in tests

This commit is contained in:
Andreas Schiffler 2013-01-23 08:03:19 -08:00
parent bd462555d7
commit 896befb67b
3 changed files with 229 additions and 83 deletions

View file

@ -419,7 +419,7 @@ int
rwops_testFileWriteReadEndian(void)
{
SDL_RWops *rw;
int result;
Sint64 result;
int mode;
size_t objectsWritten;
Uint16 BE16value;