mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
builtin: fix v -W -Wimpure-v examples/hello_world.v
(move ctovstring_impl to builtin.c.v)
This commit is contained in:
parent
49e77546c9
commit
01f108e349
3 changed files with 18 additions and 13 deletions
|
@ -90,6 +90,11 @@ fn get_all_commands() []Command {
|
|||
okmsg: 'V can compile hello world.'
|
||||
rmfile: 'examples/hello_world'
|
||||
}
|
||||
res << Command{
|
||||
line: '${vexe} -W -Wimpure-v run examples/hello_world.v'
|
||||
okmsg: 'V can compile hello world with the stricter `-W -Wimpure-v` mode .'
|
||||
rmfile: 'examples/hello_world'
|
||||
}
|
||||
$if linux {
|
||||
if l2w_crosscc != '' {
|
||||
res << Command{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue