[Qemu-devel] [PATCH 15/15] Use gcc warning flag -Wnested-externs

2010-09-10 Thread Blue Swirl
If the compiler supports the warning flag -Wnested-externs, use it. Avoid the only warning by moving the declaration of xml_builtin to a more proper place. Signed-off-by: Blue Swirl --- configure |2 +- feature_to_c.sh |1 - gdbstub.c |1 - gdbstub.h |3 +++ 4

[Qemu-devel] [PATCH 15/15] Use gcc warning flag -Wnested-externs, fix warnings

2010-09-05 Thread Blue Swirl
If the compiler supports the warning flag -Wnested-externs, use it. Fix the only warning by moving the xml_builtin declaration to a more proper place. Signed-off-by: Blue Swirl --- configure |2 +- feature_to_c.sh |1 - gdbstub.c |1 - gdbstub.h |3 +++ 4 files