]> git.ipfire.org Git - thirdparty/collectd.git/commit
perl: fix compile on clang by ignoring a warning
authorKaran Veer <jaskrn@protonmail.com>
Wed, 8 May 2024 01:12:15 +0000 (21:12 -0400)
committerMatthias Runge <mrunge@matthias-runge.de>
Tue, 21 May 2024 16:10:22 +0000 (18:10 +0200)
commit84284d5fd6cbc74d77b337ccae5d2af8e8f5a99a
tree8a3e9742391611f6d8ddc93c8375703eaabff428
parente817577106b67ba60ae2c4fbf996acc76442f876
perl: fix compile on clang by ignoring a warning

A new warning type introduced since clang 12 causes a build failure.
Ignore it to fix.

https://reviews.llvm.org/D86751

Fixes: #4308
src/perl.c