assert: Possibly fixing compiler warning on Android.
This commit is contained in:
parent
b642a170c7
commit
171a98db60
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ SDL_ReportAssertion(SDL_assert_data *data, const char *func, const char *file,
|
||||||
{
|
{
|
||||||
case SDL_ASSERTION_ABORT:
|
case SDL_ASSERTION_ABORT:
|
||||||
SDL_AbortAssertion();
|
SDL_AbortAssertion();
|
||||||
return SDL_ASSERTION_IGNORE; /* shouldn't return, but oh well. */
|
break; /* shouldn't return, but oh well. */
|
||||||
|
|
||||||
case SDL_ASSERTION_ALWAYS_IGNORE:
|
case SDL_ASSERTION_ALWAYS_IGNORE:
|
||||||
state = SDL_ASSERTION_IGNORE;
|
state = SDL_ASSERTION_IGNORE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue