From: Alexandru Gagniuc Date: Wed, 30 Oct 2019 03:14:46 +0000 (-0500) Subject: jtag: jtag_vpi: Add missing 'default' to switch statement X-Git-Tag: v0.11.0-rc1~574 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=4f779a88db4c03c3cf280275c383fd3f24f9fea3;hp=4f779a88db4c03c3cf280275c383fd3f24f9fea3 jtag: jtag_vpi: Add missing 'default' to switch statement If a new JTAG command is added, then GCC will complain that enumeration value not handled in switch. Make this consistent with other drivers, and add a 'default' case. Change-Id: I66d6d0db3fcae93ea246f2d4882ffff5dec14693 Signed-off-by: Alexandru Gagniuc Reviewed-on: http://openocd.zylin.com/5340 Tested-by: jenkins Reviewed-by: Jan Matyas Reviewed-by: Franck Jullien Reviewed-by: Tomas Vanek ---