diff --git a/src/suunto_eonsteel_parser.c b/src/suunto_eonsteel_parser.c index aeb58c2..e5736a5 100644 --- a/src/suunto_eonsteel_parser.c +++ b/src/suunto_eonsteel_parser.c @@ -360,6 +360,8 @@ suunto_eonsteel_parser_get_field(dc_parser_t *parser, dc_field_type_t type, unsi case DC_FIELD_ATMOSPHERIC: field_value(value, eon->cache.surface_pressure); break; + default: + return DC_STATUS_UNSUPPORTED; } return DC_STATUS_SUCCESS; }