Build warning fixes for gcc-11.3

This commit is contained in:
Christoph Reichenbach
2022-06-04 13:03:51 +00:00
committed by Ozkan Sezer
parent b359282a5c
commit 4e07d4722d
3 changed files with 8 additions and 3 deletions

View File

@@ -1372,7 +1372,8 @@ video_getSetWindowMinimumSize(void *arg)
int wVariation, hVariation;
int referenceW, referenceH;
int currentW, currentH;
int desiredW, desiredH;
int desiredW = 1;
int desiredH = 1;
/* Get display bounds for size range */
result = SDL_GetDisplayBounds(0, &display);