On 24/06/17 12:46, John Thomson wrote:
> fallthrough in one case is missing the r.
> This fails to suppress -Wimplicit-fallthrough warning with GCC7
>
> common/libc/vsnprintf.c:388:19: error: this statement may fall through
> [-Werror=implicit-fallthrough=]
> flags |= SIGNED;
>
fallthrough in one case is missing the r.
This fails to suppress -Wimplicit-fallthrough warning with GCC7
common/libc/vsnprintf.c:388:19: error: this statement may fall through
[-Werror=implicit-fallthrough=]
flags |= SIGNED;
^
common/libc/vsnprintf.c:390:9: note: