Re: [Qemu-devel] [PATCH v2] puv3: always compile-check debug printf

2017-03-16 Thread Stefan Hajnoczi
On Thu, Mar 16, 2017 at 11:11:33AM +0530, Anishka0107 wrote: > To prevent bitrot of the format string of the debug statement, files with > conditional debug statements should ensure that printf is compiled > always, > and enclosed within if(0) statements and not in #ifdef. > > Sign

[Qemu-devel] [PATCH v2] puv3: always compile-check debug printf

2017-03-16 Thread Anishka0107
To prevent bitrot of the format string of the debug statement, files with conditional debug statements should ensure that printf is compiled always, and enclosed within if(0) statements and not in #ifdef. Signed-off-by: Anishka Gupta --- include/hw/unicore32/puv3.h | 3 +-- 1 file