diff options
| author | hathach <[email protected]> | 2022-12-08 10:30:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-08 10:30:22 +0700 |
| commit | 19400c8556ce4bf5e40653d0c87a9f07db0870a3 (patch) | |
| tree | dfff12c4c66fc9829efbd497074536be562f9681 /fuzz/make.mk | |
| parent | 6492f4a18d55219299832f40835d204fcdccb797 (diff) | |
fix typo, add -Wno-error=unreachable-code for fuzz due to latest cdc changes
Diffstat (limited to 'fuzz/make.mk')
| -rw-r--r-- | fuzz/make.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/make.mk b/fuzz/make.mk index 299d2c843..796ddc443 100644 --- a/fuzz/make.mk +++ b/fuzz/make.mk @@ -72,6 +72,7 @@ CFLAGS += \ -O1 CFLAGS += \ + -Wno-error=unreachable-code \ -DOPT_MCU_FUZZ=1 \ -DCFG_TUSB_MCU=OPT_MCU_FUZZ |
