diff options
author | Gustavo A. R. Silva <[email protected]> | 2024-08-13 16:15:31 -0600 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-08-14 20:37:47 -0700 |
commit | 6c5cdabb3ec325f1846dad72f520814bbda79dca (patch) | |
tree | 8e64940553b079df86e17237a30c4cebc9c3620a /tools/perf/scripts/python/arm-cs-trace-disasm.py | |
parent | 216203bdc2280d8fc5baf60707eee2051de1426e (diff) |
cxgb4: 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.
Change the type of the middle struct member currently causing
trouble from `struct tc_u32_sel` to `struct tc_u32_sel_hdr`.
Fix the following warning:
drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32_parse.h:245:27: 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 <[email protected]>
Link: https://patch.msgid.link/97388e8a7990975aa56cf0ada211764c735c3432.1723586870.git.gustavoars@kernel.org
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/arm-cs-trace-disasm.py')
0 files changed, 0 insertions, 0 deletions