mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Silence compiler warnings
Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fdd5ee507c
commit
c32f5cc278
3 changed files with 5 additions and 5 deletions
|
|
@ -1,12 +1,12 @@
|
|||
#ifndef PROFILE_H
|
||||
#define PROFILE_H
|
||||
|
||||
#include "dive.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "dive.h"
|
||||
|
||||
typedef enum {
|
||||
STABLE,
|
||||
SLOW,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue