summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-04-06 19:11:33 +0700
committerGitHub <[email protected]>2026-04-06 19:11:33 +0700
commit7c3f5979ff9be05b7938f10dbaa6e55daaf8bdc1 (patch)
treeeef35722aefb347b9761c98cef5848ef26edb60a /examples/device
parent751f465a39299ba0638c1700d1aa2d53e8d1b877 (diff)
parent4c7a9fed96e0a81cc640333c1c82fee54fa4be34 (diff)
Merge pull request #3563 from hathach/remove-iar-make-support
Remove IAR toolchain support from make build system
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/net_lwip_webserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/net_lwip_webserver/Makefile b/examples/device/net_lwip_webserver/Makefile
index 9d8e8ec77..6002039b3 100644
--- a/examples/device/net_lwip_webserver/Makefile
+++ b/examples/device/net_lwip_webserver/Makefile
@@ -1,7 +1,7 @@
include ../../../hw/bsp/family_support.mk
# suppress warning caused by lwip
-CFLAGS_GCC += \
+CFLAGS += \
-Wno-error=null-dereference \
-Wno-error=unused-parameter \
-Wno-error=unused-variable