mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Fixing build warning about freediving
This just fixes an annoying warning that freediving wasn't covered in the switch statement. Signed-off-by: Guido Lerch <guido.lerch@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
07b4878c52
commit
ac8e05c4ec
1 changed files with 1 additions and 0 deletions
|
@ -1171,6 +1171,7 @@ static void plot_string(struct plot_info *pi, struct plot_data *entry, struct me
|
|||
put_format(b, translate("gettextFromC", "END: %d%s\nEADD: %d%s\n"), end, depth_unit, eadd, depth_unit);
|
||||
break;
|
||||
case AIR:
|
||||
case FREEDIVING:
|
||||
/* nothing */
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue