NetworkManager/src/dnsmasq
Thomas Haller de62da297e all: drop explicit casts from _GET_PRIVATE() macro calls
The _GET_PRIVATE() macros are all implemented based on
_NM_GET_PRIVATE(). That macro tries to be more type safe and uses
_Generic() to do the right thing. Explicitly casting is not only
unnecessary, it defeats these (static) type checks.

Don't do that.
2020-02-14 11:04:46 +01:00
..
tests meson: Improve the src build file 2019-10-01 09:49:33 +02:00
nm-dnsmasq-manager.c all: drop explicit casts from _GET_PRIVATE() macro calls 2020-02-14 11:04:46 +01:00
nm-dnsmasq-manager.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00
nm-dnsmasq-utils.c all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop() 2020-01-28 11:17:41 +01:00
nm-dnsmasq-utils.h all: manually drop code comments with file description 2019-10-01 07:50:52 +02:00