NetworkManager/src/systemd
Thomas Haller 6d63b6484f systemd: avoid coverity warning about Deadcode
Coverity is unhappy about comparing the literal LOG_DEBUG value:

1. Defect type: CONSTANT_EXPRESSION_RESULT
1. NetworkManager-1.9.2/src/systemd/src/libsystemd/sd-event/sd-event.c:2652:
result_independent_of_operands: "7 >= (_level & 7)" is always true regardless
of the values of its operands. This occurs as the logical first operand of "?:".

Work around by instead using an inline function.
2017-10-30 14:14:05 +01:00
..
sd-adapt systemd: avoid coverity warning about Deadcode 2017-10-30 14:14:05 +01:00
src systemd: merge branch systemd into master 2017-10-27 10:42:32 +02:00
nm-sd.c systemd: hide "nm-sd-adapt.h" and expose required internal API in "nm-sd.h" 2016-08-12 09:38:51 +02:00
nm-sd.h build: don't add systemd path the include search path 2016-09-27 14:13:21 +02:00