Skip to content

Commit

Permalink
minor imcc initialization improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Sep 10, 2012
1 parent 1660080 commit c7aac42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compilers/imcc/optimizer.c
Expand Up @@ -927,12 +927,11 @@ IMCC_subst_constants(ARGMOD(imc_info_t *imcc), ARGMOD(IMC_Unit *unit),
};

size_t i;
const char *fmt;
char op[20];
const char *fmt = FLOATVAL_FMT;
const char *debug_fmt = NULL; /* gcc -O uninit warn */
int found, branched;

fmt = FLOATVAL_FMT;
tmp = NULL;
found = 0;
for (i = 0; i < N_ELEMENTS(ops); i++) {
Expand Down

0 comments on commit c7aac42

Please sign in to comment.