fix reported compile error on newer gcc versions
This commit is contained in:
@ -274,7 +274,7 @@ int main(const int argc, const char * const * const argv) {
|
|||||||
yyin = stdin;
|
yyin = stdin;
|
||||||
yyout = stdout;
|
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
|
/* NOTE: the envirnment under no condition can overwrite cli set variables
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user