sidplay: fix compiler warnings when building with -O3
authorJosep Torra <n770galaxy@gmail.com>
Sun, 24 Jul 2016 08:00:48 +0000 (10:00 +0200)
committerJosep Torra <n770galaxy@gmail.com>
Sun, 24 Jul 2016 08:15:48 +0000 (10:15 +0200)
commit9b6b6d1fd52839008635d38c82662d544a70a4ed
tree56458389d4567b31e317620c34d2182f9b3d738c
parent61f8ac49cc8e5677b397d09124a1807f2a8b6f4d
sidplay: fix compiler warnings when building with -O3

Avoid compiler warnings "‘foo’ may be used uninitialized in this
function" when building with -O3 by checking the return bool value
of format conversion function.

https://bugzilla.gnome.org/show_bug.cgi?id=769116
ext/sidplay/gstsiddec.cc