mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-01 02:19:41 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
#include "cdd.h"
|
||||
#include "cue.h"
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ >= 7
|
||||
#pragma GCC diagnostic ignored "-Wformat-truncation"
|
||||
#endif
|
||||
|
||||
static int handle_mp3(const char *fname, int index)
|
||||
{
|
||||
track_t *track = &cdd.toc.tracks[index];
|
||||
|
||||
Reference in New Issue
Block a user