sandialabs / Albany

Sandia National Laboratories' Albany multiphysics code
Other
276 stars 89 forks source link

Warning free Albany build on blake failing to build #1078

Open ikalash opened 2 weeks ago

ikalash commented 2 weeks ago

See https://sems-cdash-son.sandia.gov/cdash/viewBuildError.php?buildid=218499.

[Albany/src/disc/stk/STKConnManager.cpp:125](https://blob/master/Albany/src/disc/stk/STKConnManager.cpp#L125):30: error: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Werror=sign-compare]

bartgol commented 2 weeks ago

Fixed by 76cca061d. We can close tomorrow.

jewatkins commented 1 week ago

looks like my cronjob was removed, I just added it back in.

ikalash commented 1 week ago

So this is not fixed... https://sems-cdash-son.sandia.gov/cdash/viewBuildError.php?buildid=224586 . Still have unused vars in STK.

bartgol commented 1 week ago

I'm fixing other stuff, so I can remove those vars in the process.

ikalash commented 1 week ago

Thank you!