Cédric Le Goater <c...@kaod.org> writes:

> and fix such warnings :
>
>   ../target/ppc/int_helper.c: In function ‘helper_vupklpx’:
>   ../target/ppc/int_helper.c:2025:21: warning: declaration of ‘r’ shadows a 
> parameter [-Wshadow=local]
>    2025 |             uint8_t r = (e >> 10) & 0x1f;                           
>     \
>         |                     ^
>   ../target/ppc/int_helper.c:2033:1: note: in expansion of macro ‘VUPKPX’
>    2033 | VUPKPX(lpx, UPKLO)
>         | ^~~~~~
>   ../target/ppc/int_helper.c:2017:41: note: shadowed declaration is here
>    2017 |     void helper_vupk##suffix(ppc_avr_t *r, ppc_avr_t *b)            
>     \
>         |                              ~~~~~~~~~~~^
>   ../target/ppc/int_helper.c:2033:1: note: in expansion of macro ‘VUPKPX’
>    2033 | VUPKPX(lpx, UPKLO)
>         | ^~~~~~
>
> Signed-off-by: Cédric Le Goater <c...@kaod.org>

Queued.  Thanks!


Reply via email to