Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old code now throwing up build error, and more clang format frigging #2003

Closed
wants to merge 7 commits into from

Conversation

jajhall
Copy link
Member

@jajhall jajhall commented Oct 25, 2024

Fixes

home/runner/work/HiGHS/HiGHS/src/lp_data/HighsIis.cpp:43:70: warning: format specifies type 'int' but the argument has type 'HighsInt' (aka 'long') [-Wformat]
for (HighsInt iCol = 0; iCol < num_iis_col; iCol++) printf("%9d ", iCol);

@jajhall jajhall changed the title Fix 2002 Old code now throwing up build error, and more clang format frigging Oct 25, 2024
@jajhall jajhall mentioned this pull request Oct 25, 2024
@jajhall jajhall closed this Oct 26, 2024
@jajhall jajhall deleted the fix-2002 branch October 26, 2024 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant