mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix debian amd64 warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c17fd2d516
commit
203c5015c8
9 changed files with 15 additions and 13 deletions
|
@ -48,7 +48,7 @@ namespace simplex {
|
|||
}
|
||||
};
|
||||
|
||||
static const int dead_id = -1;
|
||||
static const unsigned dead_id = UINT_MAX;
|
||||
|
||||
/**
|
||||
\brief A row_entry is: m_var*m_coeff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue