Warnings g++ linux - #2495
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## latest #2495 +/- ##
=======================================
Coverage 79.72% 79.73%
=======================================
Files 346 346
Lines 85939 85949 +10
=======================================
+ Hits 68519 68528 +9
- Misses 17420 17421 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jajhall
left a comment
There was a problem hiding this comment.
@fwesselm seems to want static_cast<HighsInt>(fred) rather than HighsInt(fred) (or) (HighsInt)fred: not that I know the difference between the three, other than HighsInt(fred) possibly being more modern than (HighsInt)fred!
Otherwise OK
As far as I understand, C++ style casts ( |
Some warnings popping up with g++ on linux