Hi all, The attached patch fixes a missing initializer warning with -Wextra.
Cheers, Zach
diff -u src/flash/nand.c src/flash/nand.c --- src/flash/nand.c (working copy) +++ src/flash/nand.c (working copy) @@ -165,7 +165,7 @@ {"NAND 2GiB 1,8V 16-bit", 0xB5, 0, 2048, 0, LP_OPTIONS16}, {"NAND 2GiB 3,3V 16-bit", 0xC5, 0, 2048, 0, LP_OPTIONS16}, - {NULL, 0,} + {NULL, 0, 0, 0, 0, 0 } }; /* Manufacturer ID list
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development