summaryrefslogtreecommitdiff
path: root/lib/command_py.c
diff options
context:
space:
mode:
authorJorge Boncompte <jbonor@gmail.com>2017-07-25 11:46:01 +0200
committerJorge Boncompte <jbonor@gmail.com>2017-08-04 10:19:36 +0200
commitdf0b13cf230f2460ab8f671d4a6d6dfb5a508148 (patch)
tree5d65ea9830a73389570329309b0bcd483e355200 /lib/command_py.c
parent60bd2534287a4cb6a5d75ca959dd684e81ad0f53 (diff)
zebra: fix compilation in 32bit platform
RTA_PAYLOAD() return value depends on the platform bits. make[5]: Nothing to be done for 'all-am'. Making all in zebra CC rt_netlink.o ../../zebra/rt_netlink.c: In function 'netlink_macfdb_change': ../../zebra/rt_netlink.c:1695:63: error: format '%ld' expects argument of type 'long int', but argument 7 has type 'unsigned int' [-Werror=format=] "%s family %s IF %s(%u) brIF %u - LLADDR is not MAC, len %ld", ^ ../../zebra/rt_netlink.c: In function 'netlink_ipneigh_change': ../../zebra/rt_netlink.c:2024:57: error: format '%ld' expects argument of type 'long int', but argument 6 has type 'unsigned int' [-Werror=format=] "%s family %s IF %s(%u) - LLADDR is not MAC, len %ld", ^ Signed-off-by: Jorge Boncompte <jbonor@gmail.com>
Diffstat (limited to 'lib/command_py.c')
0 files changed, 0 insertions, 0 deletions