diff options
author | Jan Moskyto Matejka <mq@ucw.cz> | 2016-04-27 14:45:14 +0200 |
---|---|---|
committer | Jan Moskyto Matejka <mq@ucw.cz> | 2016-05-10 14:08:49 +0200 |
commit | a8caff322f83f1303c408bbefc440aeea9e619a3 (patch) | |
tree | 4dbb111b625b3828baa55745756f75b2a0d1cbf5 /proto/pipe | |
parent | 7152e5efbb0fade868d5f2d2c7bc10ed52b3d19d (diff) |
Portability: Fixed C extension error generated by CLang.
sysdep/linux/netlink.c:921:10: error: fields must have a constant size:
'variable length array in structure' extension will never be supported
char buf[128 + KRT_METRICS_MAX*8 + nh_bufsize(a->nexthops)];
^
1 error generated.
Diffstat (limited to 'proto/pipe')
0 files changed, 0 insertions, 0 deletions