1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

channels: fix C warnings (#9732)

This commit is contained in:
ka-weihe
2021-04-15 01:44:39 +02:00
committed by GitHub
parent 1250ce4353
commit 25a9d30a70
5 changed files with 109 additions and 142 deletions

View File

@@ -79,7 +79,7 @@ jobs:
- name: Self tests
run: ./v -silent test-self
- name: Self tests (-Werror)
run: ./v -cflags "-Werror" test-self
run: ./v -cflags -Werror test-self
- name: Test time functions in a timezone UTC-12
run: TZ=Etc/GMT+12 ./v test vlib/time/
- name: Test time functions in a timezone UTC-3