From 9ce02c0e72500054156fcbbd876782b568173823 Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Tue, 21 Nov 2023 22:14:54 -0600 Subject: custom assert macros and other stuff --- src/ui/debug.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ui/debug.c') 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 -- cgit v1.2.3-70-g09d2