Fix compiler warning in snow leopard
This commit is contained in:
@@ -1483,10 +1483,10 @@ namespace chaiscript
|
||||
while (Eol()) {}
|
||||
|
||||
while (Case()) {
|
||||
while (Eol());
|
||||
while (Eol()) { } // eat
|
||||
}
|
||||
|
||||
while (Eol());
|
||||
while (Eol()) { } // eat
|
||||
|
||||
if (!Char('}')) {
|
||||
throw exception::eval_error("Incomplete block", File_Position(m_line, m_col), *m_filename);
|
||||
|
Reference in New Issue
Block a user