]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-bus: change "int" → "signed int" on bitfield
authorLennart Poettering <lennart@poettering.net>
Thu, 28 Mar 2019 08:26:50 +0000 (09:26 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Mar 2019 18:07:51 +0000 (19:07 +0100)
commitb8a736d7a0e8ee00bdd026bb4c68c50bbe49d2ef
treec401dfdc34b45526e7df66211be974c337947331
parent48da47eeca7a58aecc3512346ab8d4064711c71d
sd-bus: change "int" → "signed int" on bitfield

Apparently by the C standard "int" bitfields can have any signedness
(unlike non-bitfield declarations which are "signed" if the signedness
is not specified).

Let's fix the LGTM warning about this hence and be explicit that we mean
"signed" here.
src/libsystemd/sd-bus/bus-internal.h