diff options
| author | 2023-02-07 12:47:10 +0100 | |
|---|---|---|
| committer | 2023-02-07 12:47:10 +0100 | |
| commit | bfc97788f081584ced9cd35d85b69b3fec6b907c (patch) | |
| tree | f63f82c52c9f795ce3f1290a37548604e73bf9b5 /include | |
| parent | 4dbf9de9690841bd084a7bb641197d3a3d5ce217 (diff) | |
| download | libplist-bfc97788f081584ced9cd35d85b69b3fec6b907c.tar.gz libplist-bfc97788f081584ced9cd35d85b69b3fec6b907c.tar.bz2 | |
Fix build without --enable-debug
Diffstat (limited to 'include')
| -rw-r--r-- | include/plist/plist.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
| 1096 | 1096 | ||
| 1097 | /** | 1097 | /** |
| 1098 | * Set debug level for the format parsers. | 1098 | * Set debug level for the format parsers. |
| 1099 | * @note This function does nothing if libplist was not configured with --enable-debug . | ||
| 1099 | * | 1100 | * |
| 1100 | * @param debug Debug level. Currently, only 0 (off) and 1 (enabled) are supported. | 1101 | * @param debug Debug level. Currently, only 0 (off) and 1 (enabled) are supported. |
| 1101 | */ | 1102 | */ |
