mirror of https://github.com/torvalds/linux.git
-Wflex-array-member-not-at-end was introduced in GCC-14, and we are getting ready to enable it, globally. Move the conflicting declaration to the end of the structure. Notice that `struct cros_ec_command` is a flexible structure --a structure that contains a flexible-array member. Fix the following warning: drivers/platform/chrome/cros_ec_proto_test_util.h:16:32: 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> Link: https://lore.kernel.org/r/aBp7mZ8kj9w4CKkl@kspp Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org> |
||
|---|---|---|
| .. | ||
| wilco_ec | ||
| Kconfig | ||
| Makefile | ||
| chromeos_acpi.c | ||
| chromeos_laptop.c | ||
| chromeos_of_hw_prober.c | ||
| chromeos_privacy_screen.c | ||
| chromeos_pstore.c | ||
| chromeos_tbmc.c | ||
| cros_ec.c | ||
| cros_ec.h | ||
| cros_ec_chardev.c | ||
| cros_ec_debugfs.c | ||
| cros_ec_i2c.c | ||
| cros_ec_ishtp.c | ||
| cros_ec_lightbar.c | ||
| cros_ec_lpc.c | ||
| cros_ec_lpc_mec.c | ||
| cros_ec_lpc_mec.h | ||
| cros_ec_proto.c | ||
| cros_ec_proto_test.c | ||
| cros_ec_proto_test_util.c | ||
| cros_ec_proto_test_util.h | ||
| cros_ec_rpmsg.c | ||
| cros_ec_sensorhub.c | ||
| cros_ec_sensorhub_ring.c | ||
| cros_ec_sensorhub_trace.h | ||
| cros_ec_spi.c | ||
| cros_ec_sysfs.c | ||
| cros_ec_trace.c | ||
| cros_ec_trace.h | ||
| cros_ec_typec.c | ||
| cros_ec_typec.h | ||
| cros_ec_uart.c | ||
| cros_ec_vbc.c | ||
| cros_hps_i2c.c | ||
| cros_kbd_led_backlight.c | ||
| cros_typec_altmode.c | ||
| cros_typec_altmode.h | ||
| cros_typec_switch.c | ||
| cros_typec_vdm.c | ||
| cros_typec_vdm.h | ||
| cros_usbpd_logger.c | ||
| cros_usbpd_notify.c | ||