mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-14 07:38:24 +02:00
Static at beginning
GCC: 'static' is not at beginning of declaration [-Wold-style-declaration]
(cherry picked from commit 0c7d4d5a89)
This commit is contained in:
committed by
Ozkan Sezer
parent
9363ecc764
commit
088a0fc91c
@@ -66,7 +66,7 @@ extern SDL_DECLSPEC void SDLCALL SDL_SetWindowsMessageHook(void);
|
||||
|
||||
extern SDL_DECLSPEC void SDLCALL JNI_OnLoad(void);
|
||||
|
||||
const static struct {
|
||||
static const struct {
|
||||
const char *name;
|
||||
SDL_FunctionPointer address;
|
||||
} sdl_symbols[] = {
|
||||
|
||||
Reference in New Issue
Block a user