On 5/1/21 1:40 PM, Peter Maydell wrote:
Build failure on the gitlab CI "clang-user" job:
https://gitlab.com/qemu-project/qemu/-/jobs/1229108656

../target/hexagon/genptr.c:31:20: error: unused function
'gen_read_reg' [-Werror,-Wunused-function]
static inline TCGv gen_read_reg(TCGv result, int num)
^
../target/hexagon/genptr.c:322:20: error: unused function
'gen_set_byte' [-Werror,-Wunused-function]
static inline void gen_set_byte(int N, TCGv result, TCGv src)
^

(this is clang being stricter than gcc about unused static
inline functions again.)

Dangit, I merged Taylor's patch to fix this Friday and then tagged from the wrong machine today.


r~

Reply via email to