diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-11-19 21:12:38 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-11-20 12:42:43 +0100 |
commit | d7726e578a1e4218c769d436c1a23174d1aed92d (patch) | |
tree | 46ee1736912ad4c9439068cdbb43c3f8242ba96f /src/libsystemd-bus/bus-internal.h | |
parent | 0617ffabe86a6d366252477eafbe59a888b149d4 (diff) |
bus/rtnl: silence clang warnings
Diffstat (limited to 'src/libsystemd-bus/bus-internal.h')
-rw-r--r-- | src/libsystemd-bus/bus-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-bus/bus-internal.h b/src/libsystemd-bus/bus-internal.h index 4f9d941c63..faed183990 100644 --- a/src/libsystemd-bus/bus-internal.h +++ b/src/libsystemd-bus/bus-internal.h @@ -307,4 +307,4 @@ char *bus_address_escape(const char *v); * bus from the callback doesn't destroy the object we are working * on */ #define BUS_DONT_DESTROY(bus) \ - _cleanup_bus_unref_ sd_bus *_dont_destroy_##bus = sd_bus_ref(bus) + _cleanup_bus_unref_ _unused_ sd_bus *_dont_destroy_##bus = sd_bus_ref(bus) |