Re: [PATCH] hw/rtc/ls7a_rtc: Drop unused inline functions

2022-07-05 Thread Richard Henderson
On 7/5/22 14:01, Thomas Huth wrote: I wonder why the other Clang-based CI jobs (running on Linux) did not complain about this...? I wondered about that too. We must be limiting them to a set of targets. r~ Reviewed-by: Thomas Huth

Re: [PATCH] hw/rtc/ls7a_rtc: Drop unused inline functions

2022-07-05 Thread gaosong
On 2022/7/5 下午4:28, Richard Henderson wrote: Remove toy_val_to_time_mon and toy_val_to_time_year as unused, and to avoid a build failure with clang. Remove all of the other inline markers foo so that this does not creep back in. Signed-off-by: Richard Henderson --- Sorry for this problem, 

Re: [PATCH] hw/rtc/ls7a_rtc: Drop unused inline functions

2022-07-05 Thread Thomas Huth
On 05/07/2022 10.28, Richard Henderson wrote: Remove toy_val_to_time_mon and toy_val_to_time_year as unused, and to avoid a build failure with clang. Remove all of the other inline markers foo so that this does not creep back in. Signed-off-by: Richard Henderson --- hw/rtc/ls7a_rtc.c | 27 ++