mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: warn in invalid type
This commit is contained in:
@ -228,7 +228,7 @@ sysprof_document_counter_get_value_type (SysprofDocumentCounter *self)
|
|||||||
if (self->type == SYSPROF_CAPTURE_COUNTER_DOUBLE)
|
if (self->type == SYSPROF_CAPTURE_COUNTER_DOUBLE)
|
||||||
return G_TYPE_DOUBLE;
|
return G_TYPE_DOUBLE;
|
||||||
|
|
||||||
return G_TYPE_INVALID;
|
g_return_val_if_reached (G_TYPE_INVALID);
|
||||||
}
|
}
|
||||||
|
|
||||||
guint
|
guint
|
||||||
|
|||||||
Reference in New Issue
Block a user