Merge remote-tracking branch 'upstream/master'

This commit is contained in:
kub 2020-10-21 20:29:58 +02:00
commit e7faa8e4e1
5 changed files with 17 additions and 8 deletions

View file

@ -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];