mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 12:06:22 +00:00
tests: add ui_is_suspended stub (upstream 3326ce5c6)
Add stub for ui_is_suspended() in tests/unittests/ui/stub_ui.c so the unit-test binary links cleanly against any code path that calls it from non-UI translation units.
This commit is contained in:
@@ -1469,3 +1469,9 @@ cons_has_alerts(void)
|
|||||||
{
|
{
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gboolean
|
||||||
|
ui_is_suspended(void)
|
||||||
|
{
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user