mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix some warnings
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3d8c0b2771
commit
c6bc88b50d
3 changed files with 6 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue