diff options
| author | hathach <[email protected]> | 2022-06-27 20:30:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-27 20:30:47 +0700 |
| commit | 9c56f7011171ff649a821fe87a3ee477299fa860 (patch) | |
| tree | d0fdbecaae4bafddba344b24d2fec8da18f5f9b7 /examples/make.mk | |
| parent | dd7a17c34511e79bc259634f4fa157e7ddf98fd1 (diff) | |
suppress error with net example
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk index fa909ddca..27e1db38c 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -113,7 +113,8 @@ CFLAGS += \ -Wunused \ -Wredundant-decls -# -Wconversion \ +# conversion is too strict for most mcu driver, may be disable sign/int/arith-conversion +# -Wconversion # Debugging/Optimization ifeq ($(DEBUG), 1) |
