On 12/04/2016 20:17, Nutan Shinde wrote: > > -static int console_exit(SCLPEvent *event) > +static console_exit(SCLPEvent *event) > { > - return 0;
This patch doesn't even compile: CC hw/char/sclpconsole.o /home/pbonzini/work/upstream/qemu/hw/char/sclpconsole.c:245:8: error: return type defaults to ‘int’ [-Werror=implicit-int] static console_exit(SCLPEvent *event) ^ cc1: all warnings being treated as errors Paolo