mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 10:40:34 +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
|
const struct ID3v2FrameIDConvert
|
||||||
{
|
{
|
||||||
gchar *orig;
|
const gchar *orig;
|
||||||
gchar *new;
|
const gchar *new;
|
||||||
} frame_id_conversions[] = {
|
} frame_id_conversions[] = {
|
||||||
/* 2.3.x frames */
|
/* 2.3.x frames */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue