diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-09-18 07:02:16 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-09-18 07:02:16 +0000 |
commit | 0b65b9e105ce5bc29d9412e0df476fd0cef3b8e2 (patch) | |
tree | 3fafeb29affbd6fbde420990459c28aea27e9cbe /feature_to_c.sh | |
parent | 3ffd710e12ce64478abc027e92fe94e1089ac91c (diff) | |
download | qemu-0b65b9e105ce5bc29d9412e0df476fd0cef3b8e2.tar.gz qemu-0b65b9e105ce5bc29d9412e0df476fd0cef3b8e2.tar.bz2 qemu-0b65b9e105ce5bc29d9412e0df476fd0cef3b8e2.zip |
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>
Diffstat (limited to 'feature_to_c.sh')
-rw-r--r-- | feature_to_c.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/feature_to_c.sh b/feature_to_c.sh index dbf9f19c91..0994d9546e 100644 --- a/feature_to_c.sh +++ b/feature_to_c.sh @@ -63,7 +63,6 @@ for input; do done echo >> $output -echo "extern const char *const xml_builtin[][2];" >> $output echo "const char *const xml_builtin[][2] = {" >> $output for input; do |