> > ----------------------------------------------------------------
> > MIPS queue October 2018, part 1
> >
> > Variety of MIPS fixes and improvements.
> > ----------------------------------------------------------------
>
> Hi; I get a build failure for mips linux-user with clang:
>
>
> /home/petmay01/linaro/qemu-for-merges/target/mips/translate.c:2486:20:
> error: unused function 'check_pw' [-Werror,-Wunused-function]
> static inline void check_pw(DisasContext *ctx)
> ^
> 1 error generated.
>
> check_pw() is defined unconditionally but only used
> inside ifndef CONFIG_USER_ONLY guards.
>
> thanks
> -- PMM
Sorry, and thanks, I am going to send v2, hopefully before the end of the day.
Aleksandar