aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/debug.c
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2023-11-21 22:14:54 -0600
committerLibravatar bigfoot547 <[email protected]>2023-11-21 22:14:54 -0600
commit9ce02c0e72500054156fcbbd876782b568173823 (patch)
treef4560da5cd2d3bf4a9aea686292a60827c9681d0 /src/ui/debug.c
parentfix trap (diff)
custom assert macros and other stuff
Diffstat (limited to 'src/ui/debug.c')
-rw-r--r--src/ui/debug.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/debug.c b/src/ui/debug.c
index d4f2e94..f30c12c 100644
--- a/src/ui/debug.c
+++ b/src/ui/debug.c
@@ -23,4 +23,11 @@ struct ui_window_root *ui__check_cast_to_root(void *obj)
return obj;
}
+#else
+
+/* the file must have a declaration */
+void umps__debug_do_nothing(void)
+{
+}
+
#endif