rtrStem.c: fix: warning: statement with no effect
Looks like a logic bug hidden in the warning. GCC14 -Wall cleanup series [-Wunused-value]
This commit is contained in:
parent
cebb1a5277
commit
c749d01eb7
|
|
@ -355,7 +355,7 @@ RtrStemAssignExt(use, doWarn, loc, term, net)
|
|||
*/
|
||||
|
||||
pins = 0;
|
||||
loc->nloc_chan == (GCRChannel *) NULL;
|
||||
loc->nloc_chan = (GCRChannel *) NULL;
|
||||
for ( dr = dirs; dr->dr_dir; dr++)
|
||||
{
|
||||
StemInfo si;
|
||||
|
|
|
|||
Loading…
Reference in New Issue