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 --- include/plist/plist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/plist/plist.h b/include/plist/plist.h index f955d5e..2e04b1d 100644 --- a/include/plist/plist.h +++ b/include/plist/plist.h @@ -1096,6 +1096,7 @@ extern "C" /** * Set debug level for the format parsers. + * @note This function does nothing if libplist was not configured with --enable-debug . * * @param debug Debug level. Currently, only 0 (off) and 1 (enabled) are supported. */ -- cgit v1.1-32-gdbae