On 12/17/21 21:25, Richard Henderson wrote: > On 12/16/21 1:26 AM, Philippe Mathieu-Daudé wrote: >> On 12/16/21 10:13, Juan Quintela wrote: >>> multifd_send_terminate_threads(bool error) "error %d" >> >> Nitpicking: bool is unsigned :) > > Eh, while the value is not negative, bool will promote to int in stdarg.
Oh, TIL, thanks :)