You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling f-stack's dpdk on Fedora 42 (using gcc 15.1.1), I get many similar warnings to this. These warnings were not present when compiling with gcc 14.
../lib/ethdev/rte_flow.h:2045:27: warning: initializer-string for array of ‘unsigned char’ truncates NUL terminator but destination lacks ‘nonstring’ attribute (4 chars into 3 available) [-Wunterminated-string-initialization]
2045 | .dst_qp = "\xff\xff\xff",
| ^~~~~~~~~~~~~~