fix reported compile error on newer gcc versions
This commit is contained in:
parent
e1f39ed852
commit
4c27e8d99e
@ -274,7 +274,7 @@ int main(const int argc, const char * const * const argv) {
|
||||
yyin = stdin;
|
||||
yyout = stdout;
|
||||
|
||||
fileargv = parse_options(argc, argv);
|
||||
fileargv = (const char*const*)parse_options(argc, argv);
|
||||
|
||||
/* NOTE: the envirnment under no condition can overwrite cli set variables
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user