mirror of
https://github.com/Z3Prover/z3
synced 2025-05-02 13:27:01 +00:00
fix assorted compiler warnings
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
parent
7ae68f003a
commit
6c22edc988
14 changed files with 24 additions and 34 deletions
|
@ -89,8 +89,8 @@ public:
|
|||
:m_eof(false),
|
||||
m_eof_behind_buffer(false),
|
||||
m_next_index(0),
|
||||
m_data_size(0),
|
||||
m_ok(true) {
|
||||
m_ok(true),
|
||||
m_data_size(0) {
|
||||
m_data.resize(2*s_expansion_step);
|
||||
resize_data(0);
|
||||
#if _WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue