mirror of
https://github.com/fleetdm/fleet
synced 2026-05-20 15:38:39 +00:00
Fixing the following warning: ``` $ make fleet [...] # github.com/shoenig/go-m1cpu ../../gopath/pkg/mod/github.com/shoenig/go-m1cpu@v0.1.6/cpu.go:75:17: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] ../../gopath/pkg/mod/github.com/shoenig/go-m1cpu@v0.1.6/cpu.go:77:16: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant] ``` PS: This warning happens when building fleet because we need to decouple the client code from `server/service`... (hopefully to be done as part of https://github.com/fleetdm/fleet/issues/36087) |
||
|---|---|---|
| .. | ||
| .keep | ||
| 34052-fleet-desktop-icon-macos | ||
| update-go-1.25.5 | ||
| update-go-m1cpu-to-v0.1.7-to-fix-build-warning | ||