core system

force strict ISO C++ (-Wpedantic)
TODO: still a lot of variadic macros are not valid ISO C++
This commit is contained in:
wmayer
2019-09-18 01:01:14 +02:00
parent 690df49618
commit 9fa56345cf
88 changed files with 466 additions and 463 deletions

View File

@@ -349,7 +349,7 @@ double num_change(char* yytext,char dez_delim,char grp_delim)
ret_val = atof( temp );
return ret_val;
};
}
// error func
void Quantity_yyerror(char *errorinfo)