This is an automated email from Gerrit. Eric Hoffman ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4219
-- gerrit commit 69086ac89239e7651b6d5dae03e68bea87514e90 Author: Eric Hoffman <[email protected]> Date: Wed Sep 6 15:20:54 2017 -0400 Fix compilation error Change-Id: I7799775898398bb8914bf40160c97073d76e34e6 Signed-off-by: Eric Hoffman <[email protected]> diff --git a/src/jtag/drivers/usb_blaster/usb_blaster.c b/src/jtag/drivers/usb_blaster/usb_blaster.c index 9bc5a80..2ff2d0c 100644 --- a/src/jtag/drivers/usb_blaster/usb_blaster.c +++ b/src/jtag/drivers/usb_blaster/usb_blaster.c @@ -268,6 +268,8 @@ static void *ublast_in_buf_read_thread(void *arg) /* Done */ info.in_thread_status = ret; pthread_exit(NULL); + + return 0; /* Prevent compilation warning*/ } static int ublast_in_buf_read_thread_start(void) -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
