Fixed a compiler warning on Visual Studio.
--HG-- extra : amend_source : e9bf68163b3496c4fd7126a2a91cd2469579f901
This commit is contained in:
parent
9c567d5e93
commit
cb00e52aeb
2 changed files with 2 additions and 2 deletions
|
@ -972,7 +972,7 @@ open_audio_device(const char *devname, int iscapture,
|
|||
SDL_AudioDevice *device;
|
||||
SDL_bool build_cvt;
|
||||
void *handle = NULL;
|
||||
int stream_len;
|
||||
Uint32 stream_len;
|
||||
int i = 0;
|
||||
|
||||
if (!SDL_WasInit(SDL_INIT_AUDIO)) {
|
||||
|
|
|
@ -57,7 +57,7 @@ DETECT_DEV_IMPL(SDL_FALSE, Out, WAVEOUTCAPS)
|
|||
DETECT_DEV_IMPL(SDL_TRUE, In, WAVEINCAPS)
|
||||
|
||||
static void
|
||||
WINMM_DetectDevices()
|
||||
WINMM_DetectDevices(void)
|
||||
{
|
||||
DetectWaveInDevs();
|
||||
DetectWaveOutDevs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue