Explorar o código

Fix C23 empty initializer warning.

Petar Popovic hai 8 meses
pai
achega
5f25691c85
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
     {