Re: [Xen-devel] [XTF PATCH] Fix fallthrough typo in XTF common/libc/vsnprintf.c

2017-06-24 Thread Andrew Cooper
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; >

[Xen-devel] [XTF PATCH] Fix fallthrough typo in XTF common/libc/vsnprintf.c

2017-06-24 Thread John Thomson
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: