]> git.proxmox.com Git - qemu.git/blobdiff - feature_to_c.sh
Fix undeclared symbol warnings from sparse
[qemu.git] / feature_to_c.sh
index e36638d18d6813ea34ef98e615bc8ec42a09cccd..bce77b6f523723238b3aca7579ea7a3146dc6838 100644 (file)
@@ -65,6 +65,7 @@ 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