mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
No need to cast from char* to const char*
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user