mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-06 09:20:46 +01:00
Using '#ifdef' is generally error prone. It's better to always define a define and check for it explicitly. This way, the compiler can issue a warning if the define does not exist. Also, note how meson would always define NM_MORE_LOGGING, possibly to "0". That means, for meson, we unintentionally always enabled more logging because the define was always present. Fix that. |
||
|---|---|---|
| .. | ||
| meson.build | ||
| nm-device-ovs-bridge.c | ||
| nm-device-ovs-bridge.h | ||
| nm-device-ovs-interface.c | ||
| nm-device-ovs-interface.h | ||
| nm-device-ovs-port.c | ||
| nm-device-ovs-port.h | ||
| nm-ovs-factory.c | ||
| nm-ovsdb.c | ||
| nm-ovsdb.h | ||