Patch Set 1:
Patch Set 1:
getting :
-D'HAVE_UTSNAME=1' -D'HAVE_CLOCK_GETTIME=1' -D'FLASHROM_VERSION="v1.2-26-ga055d53"' -o libflashrom.o -c libflashrom.c
libflashrom.c: In function 'flashrom_supported_boards':
libflashrom.c:191:32: error: implicit conversion from 'const enum test_state' to 'enum flashrom_test_state' [-Werror=enum-conversion]
191 | supported_boards[i].working = binfo[i].working;
| ^
libflashrom.c: In function 'flashrom_supported_chipsets':
libflashrom.c:229:33: error: implicit conversion from 'const enum test_state' to 'enum flashrom_test_state' [-Werror=enum-conversion]
229 | supported_chipsets[i].status = chipset[i].status;
| ^
cc1: all warnings being treated as errors
make: *** [Makefile:1194: libflashrom.o] Error 1using: "make CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=no"
oops sorry I'm using gcc-10 :)
To view, visit change 40401. To unsubscribe, or for help writing mail filters, visit settings.