Browse Source

simpleinit: workaround for gcc-15

Waldemar Brodkorb 5 days ago
parent
commit
5664ef9d6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/simpleinit/Makefile

+ 1 - 0
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)' \