mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: add os.init_os_args_wide to the -skip-unused whitelist too
This commit is contained in:
parent
60c16313f3
commit
2a8d0ddaf5
@ -115,6 +115,7 @@ fn (mut c Checker) mark_used(ast_files []ast.File) {
|
||||
/* TODO: process the _vinit const initializations automatically too */
|
||||
'os.getwd',
|
||||
'os.init_os_args',
|
||||
'os.init_os_args_wide',
|
||||
]
|
||||
|
||||
// implicit string builders are generated in auto_eq_methods.v
|
||||
|
Loading…
Reference in New Issue
Block a user