Re: [PATCH 3/3] vm/vm_debug.c: quiet GCC warning about uninitialized variable

2013-12-18 Thread Richard Braun
On Wed, Dec 18, 2013 at 09:17:49AM +0100, Marin Ramesa wrote: > The same situation as the previous patch. Same comment as for the previous patch. -- Richard Braun

[PATCH 3/3] vm/vm_debug.c: quiet GCC warning about uninitialized variable

2013-12-18 Thread Marin Ramesa
The same situation as the previous patch. * vm/vm_debug.c (host_virtual_physical_table_info) (size): Don't initialize to zero. (host_virtual_physical_table_info) (size): Move initialization before the break statement. --- vm/vm_debug.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-