summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-04 23:40:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-04 23:42:21 +0200
commit5664ef9d6f0be0541fd6da201f4f9e1efb64c603 (patch)
treed0db416700c2812562b79c62e2d5b82bf6c08d79
parent797f6e68c828ebf91d17aea17ee3dbcbdbc4ea65 (diff)
simpleinit: workaround for gcc-15
-rw-r--r--package/simpleinit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/simpleinit/Makefile b/package/simpleinit/Makefile
index 4de28ba48..91fe5141f 100644
--- a/package/simpleinit/Makefile
+++ b/package/simpleinit/Makefile
@@ -20,6 +20,7 @@ BUILD_STYLE:= manual
INSTALL_STYLE:= manual
TARGET_CPPFLAGS+= -DCONFIG_USER_INIT_CONSOLE_SH
+TARGET_CFLAGS+= -Wno-incompatible-pointer-types
do-build:
PATH='$(HOST_PATH)' \