sysprof-capture-condition: always return even if unreachable

Fix the problem with -Werror=return-type
This commit is contained in:
Đoàn Trần Công Danh
2020-09-15 20:51:28 +07:00
parent 429223635e
commit 088408c085

View File

@ -269,6 +269,7 @@ sysprof_capture_condition_copy (const SysprofCaptureCondition *self)
}
sysprof_assert_not_reached ();
return NULL;
}
static void