mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
Fix warnings shown with -Wall
This commit is contained in:
parent
3b393bd1d2
commit
63177bf882
2 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,8 @@ static gboolean handle_message (GstBus *bus, GstMessage *msg, CustomData *data)
|
|||
}
|
||||
}
|
||||
} break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
/* We want to keep receiving messages */
|
||||
|
|
|
@ -195,6 +195,8 @@ static gboolean handle_message (GstBus *bus, GstMessage *msg, CustomData *data)
|
|||
}
|
||||
}
|
||||
} break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
/* We want to keep receiving messages */
|
||||
|
|
Loading…
Reference in a new issue