Hello Alexander Couzens, Evgeny Zinoviev, Patrick Rudolph, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34918
to look at the new patch set (#2).
Change subject: mainboard,autoport: Do not use others when enabling all ports ......................................................................
mainboard,autoport: Do not use others when enabling all ports
Port_List is an array of 8 elements, and GCC 9 is warning that there are no 'others' when all 8 elements are explicitly initialized, which is causing the build to fail. Remove the 'others => Disabled' clause to silence this.
Change-Id: Id082e7a76641438f3fb4c4d976dbd254a7053473 Signed-off-by: Jacob Garber jgarber1@ualberta.ca --- M src/mainboard/apple/macbookair4_2/gma-mainboard.ads M src/mainboard/google/butterfly/gma-mainboard.ads M src/mainboard/google/parrot/gma-mainboard.ads M src/mainboard/google/stout/gma-mainboard.ads M src/mainboard/hp/8460p/gma-mainboard.ads M src/mainboard/hp/8470p/gma-mainboard.ads M src/mainboard/hp/folio_9470m/gma-mainboard.ads M src/mainboard/hp/revolve_810_g1/gma-mainboard.ads M src/mainboard/lenovo/l520/gma-mainboard.ads M src/mainboard/lenovo/s230u/gma-mainboard.ads M src/mainboard/lenovo/t420/gma-mainboard.ads M src/mainboard/lenovo/t420s/gma-mainboard.ads M src/mainboard/lenovo/t430/gma-mainboard.ads M src/mainboard/lenovo/t430s/gma-mainboard.ads M src/mainboard/lenovo/t520/gma-mainboard.ads M src/mainboard/lenovo/t530/gma-mainboard.ads M src/mainboard/lenovo/x220/gma-mainboard.ads M src/mainboard/lenovo/x230/gma-mainboard.ads M src/mainboard/packardbell/ms2290/gma-mainboard.ads M src/mainboard/samsung/lumpy/gma-mainboard.ads M util/autoport/main.go 21 files changed, 21 insertions(+), 42 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/34918/2