Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib/netinfo-private: fix Clang 17 warning
CC netinfo-private.o netinfo-private.c:138:34: warning: field 'req' with variable sized type 'struct ethtool_link_settings' not at the end of a struct or class is a GNU extension [-Wgnu-variable-sized-type-not-at-end] 138 | struct ethtool_link_settings req; | ^ 1 warning generated. Signed-off-by: Davide Madrisan <[email protected]>
- Loading branch information