mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Fix gcc compile time warnings
.. in preparation for 3.1 release .. but still need to fixup for Mac clang too
This commit is contained in:
@@ -93,7 +93,7 @@ struct DataPoint {
|
||||
double time, hr, alt, watts;
|
||||
int inter;
|
||||
DataPoint(double t, double h, double w, double a, int i) :
|
||||
time(t), hr(h), watts(w), alt(a), inter(i) {}
|
||||
time(t), hr(h), alt(a), watts(w), inter(i) {}
|
||||
};
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user