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:
Mark Liversedge
2014-05-12 09:07:07 +01:00
parent 6944de0629
commit 4707161580
9 changed files with 61 additions and 40 deletions

View File

@@ -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