mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 14:07:50 +00:00
Android: fix corresponding warnings
This commit is contained in:
@@ -36,9 +36,8 @@
|
||||
|
||||
#include <android/log.h>
|
||||
|
||||
#define LOG_TAG "SDL_openslES"
|
||||
|
||||
#if 0
|
||||
#define LOG_TAG "SDL_openslES"
|
||||
#define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
|
||||
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
|
||||
//#define LOGV(...) __android_log_print(ANDROID_LOG_VERBOSE,LOG_TAG,__VA_ARGS__)
|
||||
@@ -103,7 +102,7 @@ static void openslES_DetectDevices( int iscapture )
|
||||
}
|
||||
#endif
|
||||
|
||||
static void openslES_DestroyEngine();
|
||||
static void openslES_DestroyEngine(void);
|
||||
|
||||
static int
|
||||
openslES_CreateEngine()
|
||||
|
||||
Reference in New Issue
Block a user