Fixing a compiler warning when building with -Wextra.
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ flushline(const char *m)
|
||||
{
|
||||
if (m != NULL)
|
||||
loglog(RC_LOG_SERIOUS, "\"%s\" line %d: %s", flp->filename, flp->lino, m);
|
||||
do ; while (shift());
|
||||
do {} while (shift());
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user