xmptag: fix compiler warning in release mode
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 9 Aug 2011 15:41:01 +0000 (16:41 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 10 Aug 2011 10:08:29 +0000 (11:08 +0100)
commit2d1ffa68a9970e3f67233bfbeeb5baf1ed913b53
tree64666a05e89f2a8201e9acc70511ca58e08daf63
parent5629ed74b30749f7817ef26831825c6e269ee6e4
xmptag: fix compiler warning in release mode

Fix compiler warning caused by g_assert_not_reached() being skipped
because releases are compiled with -DG_DISABLE_ASSERT.

https://bugzilla.gnome.org/show_bug.cgi?id=656264
gst-libs/gst/tag/gstxmptag.c