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/same70_qmtech | |
| parent | a5f516893bbd539f11fb8d1cbb5b6db5a50fc632 (diff) | |
more -Wcast-qual
Diffstat (limited to 'hw/bsp/same70_qmtech')
| -rw-r--r-- | hw/bsp/same70_qmtech/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/same70_qmtech/board.mk b/hw/bsp/same70_qmtech/board.mk index 6c84810f3..ba7088e44 100644 --- a/hw/bsp/same70_qmtech/board.mk +++ b/hw/bsp/same70_qmtech/board.mk @@ -11,7 +11,7 @@ CFLAGS += \ -DCFG_TUSB_MCU=OPT_MCU_SAMX7X # suppress following warnings from mcu driver -CFLAGS += -Wno-error=unused-parameter -Wno-error=cast-align +CFLAGS += -Wno-error=unused-parameter -Wno-error=cast-align -Wno-error=cast-qual ASF_DIR = hw/mcu/microchip/same70 |
