Re: [PATCH][next] Makefile: Enable -Wstringop-overflow globally

2023-11-16 Thread Gustavo A. R. Silva
On 11/16/23 05:23, Masahiro Yamada wrote: On Thu, Nov 16, 2023 at 12:27 PM Gustavo A. R. Silva wrote: It seems that we have finished addressing all the remaining issues regarding compiler option -Wstringop-overflow. So, we are now in good shape to enable this compiler option globally. Sign

Re: [PATCH][next] Makefile: Enable -Wstringop-overflow globally

2023-11-16 Thread Masahiro Yamada
On Thu, Nov 16, 2023 at 12:27 PM Gustavo A. R. Silva wrote: > > It seems that we have finished addressing all the remaining > issues regarding compiler option -Wstringop-overflow. So, we > are now in good shape to enable this compiler option globally. > > Signed-off-by: Gustavo A. R. Silva > ---

[PATCH][next] Makefile: Enable -Wstringop-overflow globally

2023-11-15 Thread Gustavo A. R. Silva
It seems that we have finished addressing all the remaining issues regarding compiler option -Wstringop-overflow. So, we are now in good shape to enable this compiler option globally. Signed-off-by: Gustavo A. R. Silva --- Makefile | 3 +++ scripts/Makefile.extrawarn | 2 -- 2