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/samg55xplained | |
| parent | a5f516893bbd539f11fb8d1cbb5b6db5a50fc632 (diff) | |
more -Wcast-qual
Diffstat (limited to 'hw/bsp/samg55xplained')
| -rw-r--r-- | hw/bsp/samg55xplained/board.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/samg55xplained/board.mk b/hw/bsp/samg55xplained/board.mk index aed4de68e..f9396cb30 100644 --- a/hw/bsp/samg55xplained/board.mk +++ b/hw/bsp/samg55xplained/board.mk @@ -12,7 +12,7 @@ CFLAGS += \ -DCFG_TUSB_MCU=OPT_MCU_SAMG # suppress following warnings from mcu driver -CFLAGS += -Wno-error=undef +CFLAGS += -Wno-error=undef -Wno-error=cast-qual ASF_DIR = hw/mcu/microchip/samg55 |
