Browse Source

Fix C23 empty initializer warning.

Petar Popovic 3 months ago
parent
commit
5f25691c85
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/audio/alsa/SDL_alsa_audio.c

+ 1 - 0
src/audio/alsa/SDL_alsa_audio.c

@@ -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
     {