mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Fix C23 empty initializer warning.
This commit is contained in:

committed by
Sam Lantinga

parent
8cc4735d74
commit
5f25691c85
@@ -497,6 +497,7 @@ struct ALSA_pcm_cfg_ctx {
|
||||
static enum snd_pcm_chmap_position sdl_channel_maps[SDL_AUDIO_ALSA__SDL_CHMAPS_N][SDL_AUDIO_ALSA__CHMAP_CHANS_N_MAX] = {
|
||||
// 0 channels
|
||||
{
|
||||
0
|
||||
},
|
||||
// 1 channel
|
||||
{
|
||||
|
Reference in New Issue
Block a user