mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-10 16:32:36 +00:00
make compiler happy
Original commit message from CVS: make compiler happy
This commit is contained in:
parent
2d2490c260
commit
8f7b55d277
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-05-17 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
|
||||||
|
make the compiler happy
|
||||||
|
|
||||||
2005-05-17 Wim Taymans <wim@fluendo.com>
|
2005-05-17 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
|
* sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 131c2632127e6f061b5270d8f80651782a4fdd13
|
Subproject commit 67b7e6c0db99415e0440d0c576495641b53e976a
|
|
@ -379,6 +379,7 @@ parse_subrip (ParserState * state, const gchar * line)
|
||||||
return NULL;
|
return NULL;
|
||||||
default:
|
default:
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -412,6 +413,7 @@ parse_mpsub (ParserState * state, const gchar * line)
|
||||||
return NULL;
|
return NULL;
|
||||||
default:
|
default:
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue