~ruther/qmk_firmware

e1bf49fc97a3b97a260566fda7ed457eab10bf8f — Drashna Jaelre 4 years ago ab82ca1
Remove GCC version check from song list inclusion (#14600)

1 files changed, 3 insertions(+), 5 deletions(-)

M quantum/audio/song_list.h
M quantum/audio/song_list.h => quantum/audio/song_list.h +3 -5
@@ 20,11 20,9 @@

#include "musical_notes.h"

#if __GNUC__ > 5  // don't use for older gcc compilers since check isn't supported.
#    if __has_include("user_song_list.h")
#        include "user_song_list.h"
#    endif  // if file exists
#endif      // __GNUC__
#if __has_include("user_song_list.h")
#    include "user_song_list.h"
#endif  // if file exists

#define NO_SOUND