muffle compiler warnings

This commit is contained in:
rlar
2010-07-24 18:51:06 +00:00
parent d0a7220f6f
commit 4cdd842cd8
20 changed files with 113 additions and 49 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ gettok_iv(char **s)
spice_dstring_init(&buf);
// add v or i to buf
spice_dstring_append_char( &buf, *(*s)++ ) ;
while (c = **s) {
while ((c = **s) != '\0') {
if (c == '('/*)*/)
paren += 1;
else if (c == /*(*/')')