فهرست منبع

Fixed compiler warning about returning a value in a void function.

Philipp Wiesemann 8 سال پیش
والد
کامیت
800a9e84f4
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/video/SDL_video.c

+ 0 - 2
src/video/SDL_video.c

@@ -2912,8 +2912,6 @@ SDL_GL_DeduceMaxSupportedESProfile(int* major, int* minor)
         *major = 2;
         *minor = 0;
     }
-#else
-    return SDL_FALSE;
 #endif
 }