diff options
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 |
