This is an automated email from Gerrit.

?yvind Harboe (oyvindhar...@gmail.com) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/134

-- gerrit

commit 620ba7e6cd57c951fafa0f1ffab2db102fe2a60f
Author: Øyvind Harboe <oyvind.har...@zylin.com>
Date:   Sat Oct 29 10:55:02 2011 +0200

    clang: fix warning by adding assert that shows that a variable is used
    
    Change-Id: I26e0ba9f1ae9d43c9a14c42c4225746782dc4d66
    Signed-off-by: Øyvind Harboe <oyvind.har...@zylin.com>

diff --git a/src/jtag/tcl.c b/src/jtag/tcl.c
index 468edf5..b634ac0 100644
--- a/src/jtag/tcl.c
+++ b/src/jtag/tcl.c
@@ -166,6 +166,8 @@ static int Jim_Command_drscan(Jim_Interp *interp, int argc, 
Jim_Obj *const *args
                }
        } /* validate args */
 
+       assert(e == JIM_OK);
+
        tap = jtag_tap_by_jim_obj(interp, args[1]);
        if (tap == NULL) {
                return JIM_ERR;

-- 
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to