1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

pkg/jerryscript: suppress compiler warnings for ESP32x

This commit is contained in:
Gunar Schorcht 2025-02-23 16:41:19 +01:00
parent 5018dc6bbf
commit 3600222d6e

View File

@ -25,6 +25,7 @@ else ifeq (esp32,$(CPU))
# The ESP-IDF uses #include_next that causes errors when compiling with warnings
# that are enabled by jerryscript build system so disable them for these CPUs:
EXT_CFLAGS += -Wno-pedantic
EXT_CFLAGS += -Wno-maybe-uninitialized
else ifeq (esp8266,$(CPU))
# The esp8266 C newlib version 3.0.0 has errors when compiling with warnings
# that are enabled by jerryscript build system so disable them for this cpu: