mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
testautomation: remove SDLTest_TestCaseFp casts
This commit is contained in:
parent
abd2ac5992
commit
ff1e252413
20 changed files with 274 additions and 274 deletions
|
|
@ -192,7 +192,7 @@ static int log_testHint(void *arg)
|
|||
|
||||
/* Log test cases */
|
||||
static const SDLTest_TestCaseReference logTestHint = {
|
||||
(SDLTest_TestCaseFp)log_testHint, "log_testHint", "Check SDL_HINT_LOGGING functionality", TEST_ENABLED
|
||||
log_testHint, "log_testHint", "Check SDL_HINT_LOGGING functionality", TEST_ENABLED
|
||||
};
|
||||
|
||||
/* Sequence of Log test cases */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue