Skip to content

Commit 00e6a09

Browse files
committed
run v with -N -W flags in build_examples.vsh, to find deprecation problems earlier
1 parent 4cad5aa commit 00e6a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/build_examples.vsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ mut err := 0
3131
mut failures := []string{}
3232
chdir(examples_dir)!
3333
for entry_idx, entry in entries {
34-
cmd := 'v ${entry}'
34+
cmd := 'v -N -W ${entry}'
3535
println_one_of_many('compile with: ${cmd}', entry_idx, entries.len)
3636
ret := execute(cmd)
3737
if ret.exit_code != 0 {

0 commit comments

Comments
 (0)