Add -Wwrite-strings to the configure flags
... and fix all warnings
This commit is contained in:
parent
e4752b52b8
commit
50a6cb5450
@ -239,8 +239,8 @@ static const gchar *obsolete_frame_ids[] = {
|
||||
|
||||
const struct ID3v2FrameIDConvert
|
||||
{
|
||||
gchar *orig;
|
||||
gchar *new;
|
||||
const gchar *orig;
|
||||
const gchar *new;
|
||||
} frame_id_conversions[] = {
|
||||
/* 2.3.x frames */
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user