
Thanks, we see:


LTO:

trand.c:5:13: warning: type of ‘randhcdtl’ does not match original declaration [-Wlto-type-mismatch]
     5 | void extern randhcdtl(int *pn, double *tcut, double *h, int *pncut,
       |             ^
SimPwrGSD.c:711:6: note: type mismatch in parameter 15
   711 | void randhcdtl(int *pn, double *tcut, double *h, int *pncut, double *tend,
       |      ^
SimPwrGSD.c:711:6: note: ‘randhcdtl’ was previously declared here
SimPwrGSD.c:711:6: note: code may be misoptimized unless ‘-fno-strict-aliasing’ is used
AsyPwrGSD.c:36:6: warning: type of ‘StCu2Bnds’ does not match original declaration [-Wlto-type-mismatch]
    36 | void StCu2Bnds(double *pmu,double *pfrac,double *palpha,int *psided,double *prho,int *pef,double *b);
       |      ^
StCu2Bnds.c:37:6: note: type mismatch in parameter 7
    37 | void StCu2Bnds(double *pmu, double *pfrac, double *pzcrit, double *prho, int *pef, double *b)
       |      ^
StCu2Bnds.c:37:6: note: ‘StCu2Bnds’ was previously declared here

Please fix and resubmit.Best,
Uwe Ligges




