Fix a few Sparse warnings

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7016 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2009-04-07 17:57:09 +00:00
parent 669b92ed34
commit 856ae5c332
4 changed files with 12 additions and 14 deletions

2
cmd.h
View file

@ -75,4 +75,6 @@ enum {
extern void timestr(struct timeval *tv, char *str, size_t sz, int flags);
extern char *progname;
#endif /* __COMMAND_H__ */