diff options
author | Rosen Penev | 2020-12-21 19:52:28 -0800 |
---|---|---|
committer | Nikias Bassen | 2021-06-22 01:10:49 +0200 |
commit | 0efe610c1d0bfd6bded30bacd47809544db84882 (patch) | |
tree | 17587cc9965095c130d9f34776c50a1142d8648a /docs/plistutil.1 | |
parent | 787a4497f1e7fa9a771a2f78b811f7835c33f68f (diff) | |
download | libplist-0efe610c1d0bfd6bded30bacd47809544db84882.tar.gz libplist-0efe610c1d0bfd6bded30bacd47809544db84882.tar.bz2 |
[clang-tidy] Remove pointless const
The const is actually misplaced. const plist_t evaluates to void *const
instead of const void *. const qualification of the former makes no
sense in function declarations.
Found with misc-misplaced-const
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'docs/plistutil.1')
0 files changed, 0 insertions, 0 deletions