Re: [Qemu-devel] Add argument checking for a number of functions

2010-07-01 Thread Richard Henderson
On 07/01/2010 04:08 AM, Stefan Weil wrote: > gcc can check printf like variable arguments. > These patches tell gcc to do so for several functions. > > [PATCH 1/4] blockdev.h: Add GCC attribute (check format arguments) > [PATCH 2/4] darwin-user: Add GCC attribute (check format arguments) > [PATCH

[Qemu-devel] Add argument checking for a number of functions

2010-07-01 Thread Stefan Weil
gcc can check printf like variable arguments. These patches tell gcc to do so for several functions. [PATCH 1/4] blockdev.h: Add GCC attribute (check format arguments) [PATCH 2/4] darwin-user: Add GCC attribute (check format arguments) [PATCH 3/4] qemu-char.h: Add GCC attribute (check format argum