Re: [Qemu-devel] [PATCH] Silence compiler warning in json test case

2010-10-18 Thread Luiz Capitulino
On Sat, 16 Oct 2010 19:42:43 +0200 Jan Kiszka wrote: > Am 16.10.2010 18:28, Blue Swirl wrote: > > On Sat, Oct 16, 2010 at 12:37 AM, Paolo Bonzini wrote: > >> On 10/15/2010 07:41 PM, Blue Swirl wrote: > >>> > >>> Which functions are optimized away and which aren't? > >> > >> It's builtins only th

[Qemu-devel] [PATCH] Silence compiler warning in json test case

2010-10-16 Thread Jan Kiszka
Am 16.10.2010 18:28, Blue Swirl wrote: > On Sat, Oct 16, 2010 at 12:37 AM, Paolo Bonzini wrote: >> On 10/15/2010 07:41 PM, Blue Swirl wrote: >>> >>> Which functions are optimized away and which aren't? >> >> It's builtins only that are optimized away or otherwise inlined (printf, >> sprintf, etc.)