mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
fix clang compile issues
This commit is contained in:
parent
ff2450919f
commit
62089f9d9a
@ -401,8 +401,8 @@ void gLineChart::paint(QPainter &painter, gGraph &w, const QRegion ®ion)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
actual_min_y = INT_MAX;
|
actual_min_y = (EventDataType)INT_MAX;
|
||||||
actual_max_y = -INT_MAX;
|
actual_max_y = -(EventDataType)INT_MAX;
|
||||||
|
|
||||||
top++;
|
top++;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user