checker: add os.init_os_args_wide to the -skip-unused whitelist too

pull/8678/head
Delyan Angelov 2021-02-13 16:33:30 +02:00
parent 60c16313f3
commit 2a8d0ddaf5
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ fn (mut c Checker) mark_used(ast_files []ast.File) {
/* TODO: process the _vinit const initializations automatically too */ /* TODO: process the _vinit const initializations automatically too */
'os.getwd', 'os.getwd',
'os.init_os_args', 'os.init_os_args',
'os.init_os_args_wide',
] ]
// implicit string builders are generated in auto_eq_methods.v // implicit string builders are generated in auto_eq_methods.v