modules: Fix compiler warning comparing 0 with bool
authorPeter Meerwald <pmeerw@pmeerw.net>
Wed, 13 Jan 2016 22:52:11 +0000 (23:52 +0100)
committerPeter Meerwald-Stadler <pmeerw@pmeerw.net>
Thu, 18 Feb 2016 13:08:13 +0000 (14:08 +0100)
commit571aadfe3be797bd9e918df54042fe821cf9b213
treeaee5aea2253a57b46617c2aa17da4cc2df802720
parentd049c2941e6aef5ff33bcd0b4adece12289302b7
modules: Fix compiler warning comparing 0 with bool

modules/module-stream-restore.c: In function 'clean_up_db':
modules/module-stream-restore.c:2344:74: warning: comparison of constant '0' with boolean expression is always true [-Wbool-compare]
         pa_assert_se(entry_write(u, item->entry_name, item->entry, true) >= 0);

reported by Ubuntu gcc-6

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
src/modules/module-stream-restore.c