diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-12-30 02:02:05 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2010-12-30 02:02:05 +0100 |
commit | dbbd8a22742a9f67c75c10411908835703d34728 (patch) | |
tree | 6c1639e5d3e61cf606c163d694a4bf53af1fdcfc /COPYING | |
parent | 091286e666a9d34818a875152ac7659b38656f06 (diff) | |
download | libmnl-dbbd8a22742a9f67c75c10411908835703d34728.tar.gz libmnl-dbbd8a22742a9f67c75c10411908835703d34728.zip |
header: fix invalid use of type void * in arithmetic of mnl_for_each_nest(...)
This patch fixes the following warnings:
netlink.c:121: warning: pointer of type ‘void *’ used in arithmetic
netlink.c:121: warning: pointer of type ‘void *’ used in subtraction
We cannot use type void * for pointer arithmetic operations.
This was introduced in 478dc5f4ab8d0a639d1bafe3bd53ff3309727836
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions