Browse Source

Silence -O3 warning

tags/v0.5.0-rc1
Øyvind Harboe 13 years ago
parent
commit
33f9bec9ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/jtag/core.c

+ 1
- 1
src/jtag/core.c 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;


Loading…
Cancel
Save