diff options
| author | hathach <[email protected]> | 2021-10-17 17:32:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-17 17:32:03 +0700 |
| commit | 31cd36693502cbeb9537dc280f674f99e4488df9 (patch) | |
| tree | 7e33812723cd10580b4bd9d6dafd4634ed21e395 /hw/bsp/ea4357 | |
| parent | a5f516893bbd539f11fb8d1cbb5b6db5a50fc632 (diff) | |
more -Wcast-qual
Diffstat (limited to 'hw/bsp/ea4357')
| -rw-r--r-- | hw/bsp/ea4357/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/ea4357/board.mk b/hw/bsp/ea4357/board.mk index 86391ab5d..4390d1eda 100644 --- a/hw/bsp/ea4357/board.mk +++ b/hw/bsp/ea4357/board.mk @@ -13,7 +13,7 @@ CFLAGS += \ -DCFG_TUSB_MCU=OPT_MCU_LPC43XX # mcu driver cause following warnings -CFLAGS += -Wno-error=unused-parameter -Wno-error=strict-prototypes +CFLAGS += -Wno-error=unused-parameter -Wno-error=strict-prototypes -Wno-error=cast-qual MCU_DIR = hw/mcu/nxp/lpcopen/lpc43xx/lpc_chip_43xx |
