perl plugin: Work around a compiler warning on FreeBSD.
authorSebastian Harl <sh@tokkee.org>
Mon, 28 Apr 2008 14:53:57 +0000 (16:53 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 30 Apr 2008 08:43:52 +0000 (10:43 +0200)
commit3693eefca257fe28e4b363ecfd39a44571f180ac
treee21483a568fbe43bd68834efe98b5940277d2553
parentf05e9721b9ea58d6ea4a8295a80cede2d6b327d1
perl plugin: Work around a compiler warning on FreeBSD.

On FreeBSD, PERL_SYS_INIT3 expands to some expression which triggers a "value
computed is not used" warning by gcc. By telling the compiler to ignore this
value, we can work around this issue. In the long run, this should imho be
fixed in Perl though.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/perl.c