mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-03 18:37:40 +00:00
More fix warnings about static function and prototype
This commit is contained in:
parent
16bb6a0b3d
commit
c963f02571
38 changed files with 262 additions and 257 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3/SDL_test.h>
|
||||
#include "testautomation_suites.h"
|
||||
|
||||
/**
|
||||
* \brief Tests SDL_InitSubSystem() and SDL_QuitSubSystem()
|
||||
|
@ -37,7 +38,7 @@ static int main_testInitQuitSubSystem(void *arg)
|
|||
return TEST_COMPLETED;
|
||||
}
|
||||
|
||||
const int joy_and_controller = SDL_INIT_JOYSTICK | SDL_INIT_GAMEPAD;
|
||||
static const int joy_and_controller = SDL_INIT_JOYSTICK | SDL_INIT_GAMEPAD;
|
||||
static int main_testImpliedJoystickInit(void *arg)
|
||||
{
|
||||
int initialized_system;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue