Skip to content

Commit 473f942

Browse files
authored
Merge pull request #3143 from ERGO-Code/fix-compiler-warnings
fix compiler warnings from version 1.15.1
2 parents 8145eba + bcd7231 commit 473f942

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

highs/lp_data/HighsRunData.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ class HighsRunData : public HighsRunDataStruct {
147147
}
148148

149149
void initRecords() {
150-
RunDataRecordInt64* record_int64;
151150
RunDataRecordInt* record_int;
152151
RunDataRecordDouble* record_double;
153152
const bool advanced = false; // Not used

highs/presolve/HighsSymmetry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ struct HighsOrbitopeMatrix {
8484
};
8585
HighsInt rowLength;
8686
HighsInt numRows;
87-
HighsInt numSetPackingRows;
87+
HighsInt numSetPackingRows = 0;
8888
HighsHashTable<HighsInt, HighsInt> columnToRow;
8989
std::vector<RowPackingStatus> rowIsSetPacking;
9090
std::vector<HighsInt> matrix;

0 commit comments

Comments
 (0)