fix reported compile error on newer gcc versions

This commit is contained in:
anon 2024-11-14 15:51:34 +01:00
parent e1f39ed852
commit 4c27e8d99e

View File

@ -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
*/