From eaa43c488c711b110006ddbb3ea7c554fef86d3b Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 2 Dec 2008 06:21:21 +0000 Subject: ext/jp2k/gstjasperenc.c: Some compilers complain about uninitialized variable; add a g_assert_not_reached() Original commit message from CVS: * ext/jp2k/gstjasperenc.c: Some compilers complain about uninitialized variable; add a g_assert_not_reached() --- ext/jp2k/gstjasperenc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/jp2k') diff --git a/ext/jp2k/gstjasperenc.c b/ext/jp2k/gstjasperenc.c index 095bc8f2..a81a2a93 100644 --- a/ext/jp2k/gstjasperenc.c +++ b/ext/jp2k/gstjasperenc.c @@ -218,6 +218,8 @@ gst_jasper_enc_set_src_caps (GstJasperEnc * enc) "height", G_TYPE_INT, enc->height, "fourcc", GST_TYPE_FOURCC, fourcc, NULL); break; + default: + g_assert_not_reached (); } -- cgit v1.2.1