Skip to content

Bug fix merging flags when not rmdup/markdup #40

Bug fix merging flags when not rmdup/markdup

Bug fix merging flags when not rmdup/markdup #40

Triggered via pull request August 14, 2023 15:47
Status Success
Total duration 50m 47s
Artifacts

build.yaml

on: pull_request
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/