Silence -O3 warning

This commit is contained in:
Øyvind Harboe 2011-06-07 17:58:41 +02:00
parent 1cfb2287a6
commit 33f9bec9ec
1 changed files with 1 additions and 1 deletions

View File

@ -1672,7 +1672,7 @@ int jtag_get_speed(int *speed)
int jtag_get_speed_readable(int *khz)
{
int jtag_speed_var;
int jtag_speed_var = 0;
int retval = jtag_get_speed(&jtag_speed_var);
if (retval != ERROR_OK)
return retval;