From 7841382fef486a1f481e83b0782e3399dc44e24c Mon Sep 17 00:00:00 2001 From: mittorn Date: Fri, 1 Dec 2023 16:12:12 +0300 Subject: [PATCH] platform/android-nosdl: fix declaration style (werror) --- engine/platform/android/vid_android.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/platform/android/vid_android.c b/engine/platform/android/vid_android.c index 75680535..f619c403 100644 --- a/engine/platform/android/vid_android.c +++ b/engine/platform/android/vid_android.c @@ -121,8 +121,8 @@ Check if we may use native EGL without jni calls */ void Android_UpdateSurface( surfacestate_t state ) { - vid_android.nativeegl = false; qboolean active = state == surface_active; + vid_android.nativeegl = false; if( glw_state.software || ( eglstate.valid && !eglstate.imported )) {