1
0
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:
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

View File

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