Re: [OpenWrt-Devel] [PATCH 3/3] package: ignore some new errors introduced by GCC 8

2018-06-21 Thread Rosen Penev
On Thu, Jun 21, 2018 at 5:16 PM Syrone Wong wrote: > > Hi, > > I definitely agree we should fix errors, this commit is to bypass > warnings and see if other important components are working well, e.g. > no kernel panic, > busybox is functional, etc. Others can be fixed as the follow-up. It >

Re: [OpenWrt-Devel] [PATCH 3/3] package: ignore some new errors introduced by GCC 8

2018-06-21 Thread Syrone Wong
Hi, I definitely agree we should fix errors, this commit is to bypass warnings and see if other important components are working well, e.g. no kernel panic, busybox is functional, etc. Others can be fixed as the follow-up. It makes sense to ignore this testing commit. Best Regards, Syrone Wong

Re: [OpenWrt-Devel] [PATCH 3/3] package: ignore some new errors introduced by GCC 8

2018-06-21 Thread Mathias Kresin
21.06.2018 17:08, wong.syr...@gmail.com: From: Syrone Wong Signed-off-by: Syrone Wong --- package/network/config/firewall/Makefile | 2 +- package/system/procd/Makefile| 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH 3/3] package: ignore some new errors introduced by GCC 8

2018-06-21 Thread wong . syrone
From: Syrone Wong Signed-off-by: Syrone Wong --- package/network/config/firewall/Makefile | 2 +- package/system/procd/Makefile| 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile