Re-enable warning note when rusage xxx is not implemented.

This commit is contained in:
Holger Vogt 2025-10-07 15:36:27 +02:00
parent 236967a21e
commit bbceec30d0
1 changed files with 2 additions and 2 deletions

View File

@ -339,8 +339,8 @@ printres(char *name)
ft_curckt->ci_ckt->CKTstat->devTimes[i]/(double)(ft_curckt->ci_ckt->CKTstat->devCounts[i]) ft_curckt->ci_ckt->CKTstat->devTimes[i]/(double)(ft_curckt->ci_ckt->CKTstat->devCounts[i])
); );
} }
yy = TRUE;
} }
yy = TRUE;
#ifdef CIDER #ifdef CIDER
/* begin cider integration */ /* begin cider integration */