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:
Darryl L. Miles 2024-10-04 16:02:04 +01:00 committed by Tim Edwards
parent cebb1a5277
commit c749d01eb7
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ RtrStemAssignExt(use, doWarn, loc, term, net)
*/ */
pins = 0; pins = 0;
loc->nloc_chan == (GCRChannel *) NULL; loc->nloc_chan = (GCRChannel *) NULL;
for ( dr = dirs; dr->dr_dir; dr++) for ( dr = dirs; dr->dr_dir; dr++)
{ {
StemInfo si; StemInfo si;