RE: [PATCH 6/9] target/sparc/win_helper: silence the compiler warnings

2020-10-28 Thread Chenqun (kuhn)
ng ; Mark Cave-Ayland > ; ganqixin ; Euler > Robot ; Artyom Tarasenko > > Subject: Re: [PATCH 6/9] target/sparc/win_helper: silence the compiler > warnings > > On 10/28/20 5:18 AM, Chen Qun wrote: > > When using -Wimplicit-fallthrough in our CFLAGS, the compiler showed >

Re: [PATCH 6/9] target/sparc/win_helper: silence the compiler warnings

2020-10-28 Thread Philippe Mathieu-Daudé
On 10/28/20 5:18 AM, Chen Qun wrote: > When using -Wimplicit-fallthrough in our CFLAGS, the compiler showed warning: > target/sparc/win_helper.c: In function ‘get_gregset’: > target/sparc/win_helper.c:304:9: warning: this statement may fall through > [-Wimplicit-fallthrough=] > 304 | tra

Re: [PATCH 6/9] target/sparc/win_helper: silence the compiler warnings

2020-10-27 Thread Artyom Tarasenko
ср, 28 окт. 2020 г., 5:19 Chen Qun : > When using -Wimplicit-fallthrough in our CFLAGS, the compiler showed > warning: > target/sparc/win_helper.c: In function ‘get_gregset’: > target/sparc/win_helper.c:304:9: warning: this statement may fall through > [-Wimplicit-fallthrough=] > 304 | t

[PATCH 6/9] target/sparc/win_helper: silence the compiler warnings

2020-10-27 Thread Chen Qun
When using -Wimplicit-fallthrough in our CFLAGS, the compiler showed warning: target/sparc/win_helper.c: In function ‘get_gregset’: target/sparc/win_helper.c:304:9: warning: this statement may fall through [-Wimplicit-fallthrough=] 304 | trace_win_helper_gregset_error(pstate); |