diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2025-02-04 12:40:49 +1030 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-02-04 18:00:25 -0800 |
commit | 33b565fa2bc0af2d5b23b0fd954460b0b25b9280 (patch) | |
tree | 0da68e59669af59f89d041a33cdc3ff8e9382ffe /scripts/generate_rust_analyzer.py | |
parent | 9dd05df8403bda5b68178b795c554b3940628bb6 (diff) |
net: atlantic: Avoid -Wflex-array-member-not-at-end warnings
-Wflex-array-member-not-at-end was introduced in GCC-14, and we are
getting ready to enable it, globally.
Remove unused flexible-array member `buf` and, with this, fix the following
warnings:
drivers/net/ethernet/aquantia/atlantic/aq_hw.h:197:36: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]
drivers/net/ethernet/aquantia/atlantic/hw_atl/../aq_hw.h:197:36: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]
Suggested-by: Igor Russkikh <irusskikh@marvell.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Igor Russkikh <irusskikh@marvell.com>
Link: https://patch.msgid.link/Z6F3KZVfnAZ2FoJm@kspp
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions