mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof-capture-condition: always return even if unreachable
Fix the problem with -Werror=return-type
This commit is contained in:
@ -269,6 +269,7 @@ sysprof_capture_condition_copy (const SysprofCaptureCondition *self)
|
|||||||
}
|
}
|
||||||
|
|
||||||
sysprof_assert_not_reached ();
|
sysprof_assert_not_reached ();
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user