chiark / gitweb /
bus-util: fix a meaningless assertion
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 29 Mar 2018 12:20:30 +0000 (21:20 +0900)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
src/shared/bus-util.h

index c4b07673bf48cd31a53ece47f04131c62420f3e4..b755e7d0ae23c7034b97783e8e55398ea707f65a 100644 (file)
@@ -112,7 +112,7 @@ int bus_property_get_id128(sd_bus *bus, const char *path, const char *interface,
 assert_cc(sizeof(int) == sizeof(int32_t));
 #define bus_property_get_int ((sd_bus_property_get_t) NULL)
 
-assert_cc(sizeof(unsigned) == sizeof(unsigned));
+assert_cc(sizeof(unsigned) == sizeof(uint32_t));
 #define bus_property_get_unsigned ((sd_bus_property_get_t) NULL)
 
 /* On 64bit machines we can use the default serializer for size_t and