diff options
| author | 2025-11-19 16:33:26 +0900 | |
|---|---|---|
| committer | 2026-01-17 11:00:37 -0800 | |
| commit | cd8da637106d6a1924c0d6dd05e8ee932ef234b5 (patch) | |
| tree | 596d5284f4329e28234489461c1b1a356a590857 /include/linux/bcma/ssh:/git@git.zx2c4.com | |
| parent | coredump: Use __counted_by_ptr for struct core_name::corename (diff) | |
carl9170: Avoid -Wflex-array-member-not-at-end warning
-Wflex-array-member-not-at-end was introduced in GCC-14, and we are
getting ready to enable it, globally.
Move the conflicting declaration (which happens to be in a union, so
we're moving the entire union) to the end of the corresponding
structure. Notice that `struct carl9170_rsp` is a flexible structure,
this is a structure that contains a flexible-array member.
With these changes fix the following warning:
drivers/net/wireless/ath/carl9170/carl9170.h:382:9: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Acked-by: Christian Lamparter <chunkeey@gmail.com>
Link: https://patch.msgid.link/aR1yxjmzb2DM2-Uq@kspp
Signed-off-by: Kees Cook <kees@kernel.org>
Diffstat (limited to 'include/linux/bcma/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
