mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +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;
|
||||
}
|
||||
|
||||
actual_min_y = INT_MAX;
|
||||
actual_max_y = -INT_MAX;
|
||||
actual_min_y = (EventDataType)INT_MAX;
|
||||
actual_max_y = -(EventDataType)INT_MAX;
|
||||
|
||||
top++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user