mirror of
https://github.com/encounter/SDL.git
synced 2025-06-21 22:13:29 +00:00
No need to cast from char* to const char*
This commit is contained in:
parent
53e307050b
commit
28ecdc6bc7
@ -101,7 +101,7 @@ main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
/* Call Harness */
|
||||
result = SDLTest_RunSuites(testSuites, (const char *)userRunSeed, userExecKey, (const char *)filter, testIterations);
|
||||
result = SDLTest_RunSuites(testSuites, userRunSeed, userExecKey, filter, testIterations);
|
||||
|
||||
/* Empty event queue */
|
||||
done = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user