ERGO-Code / HiGHS

Linear optimization software
MIT License
992 stars 184 forks source link

BLD: Silence all warnings in SciPy #2023

Closed HaoZeke closed 3 weeks ago

HaoZeke commented 3 weeks ago

I thought about silencing these only at the SciPy end, but on whole I think it makes sense to be explicit here, since not having a clean build (w.r.t warnings) is a project level issue.

This is the last (mandatory) PR for the SciPy update. Warnings fixes can still be ported from #1987 later without blocking the SciPy update.

Please consider merging as soon as the SciPy CI is green : https://github.com/scipy/scipy/pull/21565

Then the only thing left is over at SciPy (I'll just update the fork) and we'll finally have an up-to-date HiGHS!

HaoZeke commented 3 weeks ago

The UCRT64 failure shouldn't be related to this PR (since none of the sources have changed, and AFAIK the CI run doesn't even use meson)

jajhall commented 3 weeks ago

The UCRT64 failure shouldn't be related to this PR (since none of the sources have changed, and AFAIK the CI run doesn't even use meson)

CI test failures like this are due to GitHub, and pass on re-running (as I'm now trying)