mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-04 10:14:00 +00:00
Build with warnings enable spotted this.
link.c:51:58: note: (near initialization for ‘rdma_port_names[23]’)
rdma_port_names[] = { RDMA_PORT_FLAGS(RDMA_BITMAP_NAMES) };
Assume that fields were in order and 25 is the missing value.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| dev.c | ||
| link.c | ||
| Makefile | ||
| rdma.c | ||
| rdma.h | ||
| utils.c | ||