Kaydet (Commit) 347367d1 authored tarafından Pierre-André Jacquod's avatar Pierre-André Jacquod

cppcheck scope reduction in dmake/infer.c

üst 8fc65666
...@@ -401,7 +401,6 @@ ICELLPTR *nnmp; ...@@ -401,7 +401,6 @@ ICELLPTR *nnmp;
int ipush = 0; /* flag for push on inferred prereq */ int ipush = 0; /* flag for push on inferred prereq */
char *name = NIL(char); /* prerequisite name */ char *name = NIL(char); /* prerequisite name */
CELLPTR meta = edge->cl_prq; CELLPTR meta = edge->cl_prq;
int dmax_fix;
int trans; int trans;
int noinf; int noinf;
int exists; int exists;
...@@ -428,6 +427,7 @@ ICELLPTR *nnmp; ...@@ -428,6 +427,7 @@ ICELLPTR *nnmp;
if( name ) { if( name ) {
/* Build the prerequisite name from the %-meta prerequisite given /* Build the prerequisite name from the %-meta prerequisite given
* for the %-meta rule. */ * for the %-meta rule. */
int dmax_fix;
iprqh.ht_name = buildname( ic->ic_name, name, pdfa->dl_per ); iprqh.ht_name = buildname( ic->ic_name, name, pdfa->dl_per );
if((dmax_fix = (count_dots(name)-count_dots(meta->CE_NAME))) < 0) if((dmax_fix = (count_dots(name)-count_dots(meta->CE_NAME))) < 0)
dmax_fix = 0; dmax_fix = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment