mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-10 11:56:26 +00:00
Fixed build warning
This commit is contained in:
@@ -253,7 +253,7 @@ static int properties_testCopy(void *arg)
|
||||
|
||||
SDL_DestroyProperties(a);
|
||||
|
||||
num = SDL_GetNumberProperty(b, "num", 0);
|
||||
num = (int)SDL_GetNumberProperty(b, "num", 0);
|
||||
SDLTest_AssertCheck(num == 1,
|
||||
"Checking number property, got %d, expected 1", num);
|
||||
|
||||
|
Reference in New Issue
Block a user