mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Clean up a few nastier compile-time warnings
This commit is contained in:
parent
7a36de4865
commit
b5779138df
@ -428,7 +428,7 @@ void FlowParser::calc(bool calcResp, bool calcTv, bool calcTi, bool calcTe, bool
|
||||
double time = start;
|
||||
|
||||
int bs, be, bm;
|
||||
double st, et, mt;
|
||||
double st, et=0, mt;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
// Respiratory Rate setup
|
||||
@ -1833,8 +1833,8 @@ void flagLargeLeaks(Session *session)
|
||||
|
||||
EventList * LL = nullptr;
|
||||
qint64 time = 0;
|
||||
EventDataType lastvalue;
|
||||
qint64 leaktime;
|
||||
EventDataType lastvalue=-1;
|
||||
qint64 leaktime=0;
|
||||
for (int ec = 0; ec < evlsize; ++ec) {
|
||||
EventList &el = *EVL[ec];
|
||||
int count = el.count();
|
||||
|
Loading…
Reference in New Issue
Block a user