Fixed bug 1646 - Warnings from clang with -Weverything
This commit is contained in:
parent
0d24495b15
commit
818d1d3e80
7 changed files with 30 additions and 7 deletions
|
@ -206,7 +206,7 @@ SDLTest_SetTestTimeout(int timeout, void (*callback)())
|
|||
/**
|
||||
* \brief Timeout handler. Aborts test run and exits harness process.
|
||||
*/
|
||||
static void
|
||||
static SDL_NORETURN void
|
||||
SDLTest_BailOut()
|
||||
{
|
||||
SDLTest_LogError("TestCaseTimeout timer expired. Aborting test run.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue