1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 07:59:00 +00:00
Ján Tomko 04be4111d9 util: ignore -Wcast-align in virNetlinkDumpCommand
Similar to commit b202c39 ignore the warning that breaks the build
with clang:
util/virnetlink.c:365:52: error: cast from 'char *' to 'struct nlmsghdr *'
 increases required alignment from 1 to 4 [-Werror,-Wcast-align]
        for (msg = resp; NLMSG_OK(msg, len); msg = NLMSG_NEXT(msg, len)) {
                                                   ^~~~~~~~~~~~~~~~~~~~
/usr/include/linux/netlink.h:87:7: note: expanded from macro 'NLMSG_NEXT'
         (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2017-04-04 12:53:23 +02:00
..
2016-06-16 06:17:58 -04:00
2016-11-23 12:08:15 -05:00
2016-11-23 12:08:15 -05:00
2016-02-11 11:35:02 +01:00
2015-07-10 11:47:13 +02:00
2016-06-16 13:09:19 -04:00
2017-01-25 09:18:49 +01:00
2017-01-04 12:47:01 +01:00
2016-04-20 12:46:48 +02:00
2016-08-02 14:20:31 +02:00
2016-08-02 14:20:31 +02:00
2016-10-13 17:58:56 +08:00
2016-03-18 09:43:45 +01:00
2016-07-28 08:27:13 -04:00
2016-07-28 08:27:13 -04:00
2015-04-02 16:05:32 +02:00
2016-12-06 13:33:18 +01:00
2017-03-27 21:59:39 +04:00
2017-03-27 15:39:35 +02:00
2015-04-15 16:43:28 +02:00
2017-03-22 09:01:32 +01:00
2017-03-25 20:48:24 +04:00
2015-03-13 15:31:33 +01:00
2016-04-06 20:27:09 -04:00
2016-11-23 12:08:15 -05:00
2016-02-05 16:11:50 +01:00
2015-03-25 10:00:53 +01:00
2016-11-23 12:08:15 -05:00
2016-12-15 09:25:16 +01:00
2016-12-15 09:25:16 +01:00
2017-03-15 21:17:47 -04:00
2017-03-15 21:17:47 -04:00
2016-12-06 13:33:18 +01:00