mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
Add -Wwrite-strings to the configure flags
... and fix all warnings
This commit is contained in:
parent
e4752b52b8
commit
50a6cb5450
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue