Commit 1bd2c39
committed
Silence one unused-variable warning in
Warning wth GCC 14.3.0 was:
```
../subprojects/highs/src/highs_bindings.cpp: In function 'std::tuple<HighsStatus, pybind11::array_t<double, 17>, int, pybind11::array_t<int, 17> > highs_getReducedRowSparse(Highs*, HighsInt)':
../subprojects/highs/src/highs_bindings.cpp:335:12: warning: unused variable 'num_col' [-Wunused-variable]
335 | HighsInt num_col = h->getNumCol();
| ^~~~~~~
```highs_bindings.cpp
1 parent b05711e commit 1bd2c39
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
361 | 360 | | |
362 | 361 | | |
363 | 362 | | |
| |||
0 commit comments