Fix some warnings

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-05-27 07:21:37 -07:00
parent 3d8c0b2771
commit c6bc88b50d
3 changed files with 6 additions and 7 deletions

View file

@ -1293,7 +1293,7 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me
{
int pressurevalue, mod, ead, end, eadd;
const char *depth_unit, *pressure_unit, *temp_unit, *vertical_speed_unit;
double depthvalue, tempvalue, speedvalue, sacvalue, density;
double depthvalue, tempvalue, speedvalue, sacvalue;
int decimals;
const char *unit;