Use gcc warning flag -Wnested-externs

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 <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2010-09-18 07:02:16 +00:00
parent 3ffd710e12
commit 0b65b9e105
4 changed files with 4 additions and 3 deletions

View file

@ -38,4 +38,7 @@ int gdbserver_start(int);
int gdbserver_start(const char *port);
#endif
/* in gdbstub-xml.c, generated by feature_to_c.sh */
extern const char *const xml_builtin[][2];
#endif