On 2020-01-13 09:13:11 [-0800], Nick Desaulniers wrote:
Hi Mike,
Below is a report from a 0day bot build w/ Clang. Can you please take
a look? Apologies if this has already been reported.
this hasn't been reported so far. The problem is that for !RT the
variable isn't touched. I have no idea why the variable itself is an
int, it does not look required. It might have been part of a debugging
API to spot wrong usage for !RT.
So either we trick the compiler into using it and check the type or
remove it…
Sebastian