diff options
| author | 2023-11-21 22:14:54 -0600 | |
|---|---|---|
| committer | 2023-11-21 22:14:54 -0600 | |
| commit | 9ce02c0e72500054156fcbbd876782b568173823 (patch) | |
| tree | f4560da5cd2d3bf4a9aea686292a60827c9681d0 /src/ui/debug.c | |
| parent | fix trap (diff) | |
custom assert macros and other stuff
Diffstat (limited to 'src/ui/debug.c')
| -rw-r--r-- | src/ui/debug.c | 7 |
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 |
