mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	Remove GCC version check from song list inclusion (#14600)
This commit is contained in:
		
							parent
							
								
									ab82ca1789
								
							
						
					
					
						commit
						e1bf49fc97
					
				| @ -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") | ||||
| #if __has_include("user_song_list.h") | ||||
| #    include "user_song_list.h" | ||||
| #    endif  // if file exists
 | ||||
| #endif      // __GNUC__
 | ||||
| #endif  // if file exists
 | ||||
| 
 | ||||
| #define NO_SOUND | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Drashna Jaelre
						Drashna Jaelre