Skip to content

Commit

Permalink
Fix C23 empty initializer warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sackzement authored and slouken committed Dec 30, 2024
1 parent 8cc4735 commit 5f25691
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio/alsa/SDL_alsa_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 5f25691

Please sign in to comment.