mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +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;
|
double time = start;
|
||||||
|
|
||||||
int bs, be, bm;
|
int bs, be, bm;
|
||||||
double st, et, mt;
|
double st, et=0, mt;
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
// Respiratory Rate setup
|
// Respiratory Rate setup
|
||||||
@ -1833,8 +1833,8 @@ void flagLargeLeaks(Session *session)
|
|||||||
|
|
||||||
EventList * LL = nullptr;
|
EventList * LL = nullptr;
|
||||||
qint64 time = 0;
|
qint64 time = 0;
|
||||||
EventDataType lastvalue;
|
EventDataType lastvalue=-1;
|
||||||
qint64 leaktime;
|
qint64 leaktime=0;
|
||||||
for (int ec = 0; ec < evlsize; ++ec) {
|
for (int ec = 0; ec < evlsize; ++ec) {
|
||||||
EventList &el = *EVL[ec];
|
EventList &el = *EVL[ec];
|
||||||
int count = el.count();
|
int count = el.count();
|
||||||
|
Loading…
Reference in New Issue
Block a user