From bfc97788f081584ced9cd35d85b69b3fec6b907c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 7 Feb 2023 12:47:10 +0100 Subject: Fix build without --enable-debug --- src/jplist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/jplist.c') diff --git a/src/jplist.c b/src/jplist.c index 8ed7398..047b423 100644 --- a/src/jplist.c +++ b/src/jplist.c @@ -66,7 +66,9 @@ void plist_json_deinit(void) void plist_json_set_debug(int debug) { +#ifdef DEBUG plist_json_debug = debug; +#endif } #ifndef HAVE_STRNDUP -- cgit v1.1-32-gdbae