-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Building the project currently raises the following cgo warning:
.../[email protected]/cpu.go:75:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
The dependency comes in via gopsutil:
go mod why github.com/shoenig/go-m1cpu
# github.com/shoenig/go-m1cpu
github.com/ironcore-dev/libvirt-provider/internal/mcr
github.com/shirou/gopsutil/v3/cpu
github.com/shoenig/go-m1cpu
There is a fix in go-m1cpu, but gopsutil v4 does not use that dependency at all anymore.
lukasfrank
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status