diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-05-11 15:01:11 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-05-11 15:10:26 +0300 |
commit | c994d59fe05a6b54d8821ac0db9efa9b87fe2e7e (patch) | |
tree | e0f97212326a1faf66c5eb32f49a1763beddcfb8 /svx | |
parent | 9b1febead3f026a53211de492fdb72d7ae89e2e4 (diff) |
loplugin:implicitboolconversion
Silly fix for "Implicit conversion (IntegralCast) from 'bool' to
'gint8' (aka 'signed char')". The GLib TRUE is defined as !FALSE, thus
it is a bool value, which the loplugin doesn't then like being
assigned to a 'signed char'.
Change-Id: I04ae41c0ff89adad8962954e04215026b5f79c4c
Diffstat (limited to 'svx')
0 files changed, 0 insertions, 0 deletions