muparserx: fix gcc7 build

This commit is contained in:
Tony Theodore 2018-08-13 23:47:15 +10:00
parent 3b8cd1213e
commit 6473abe4e0
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ int main(int argc, char *argv[])
p.DefineVar("c", Variable(&fVal));
p.SetExpr("va[0]+a*strlen(b)-c");
for (int i=0; i<<10; ++i)
for (int i=0; i<10; ++i)
{
// evaluate the expression and change the value of
// the variable c in each turn