Skip to content

Merge pull request #117 from martinghunt/sam_merge_bug #41

Merge pull request #117 from martinghunt/sam_merge_bug

Merge pull request #117 from martinghunt/sam_merge_bug #41

Triggered via push August 15, 2023 08:51
Status Success
Total duration 1h 2m 17s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build
warning: passing argument 1 of 'gzclose' from incompatible pointer type [-Wincompatible-pointer-types]
Build
note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
Build
warning: passing argument 1 of 'gzread' from incompatible pointer type [-Wincompatible-pointer-types]
Build
note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
Build
warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types]
Build
note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
Build
warning: passing argument 1 of 'gzwrite' from incompatible pointer type [-Wincompatible-pointer-types]
Build
note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
Build
warning: passing argument 1 of 'gzeof' from incompatible pointer type [-Wincompatible-pointer-types]
Build
note: expected 'gzFile' {aka 'struct gzFile_s *'} but argument is of type 'struct gzFile_s **'
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/