Code

perl plugin: Fixed an "unused variable" warning.
authorSebastian Harl <sh@tokkee.org>
Mon, 8 Oct 2007 14:42:08 +0000 (16:42 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 9 Oct 2007 16:03:43 +0000 (18:03 +0200)
commit03f3b203fe0673c17259fb4230f56bf82cb81f6e
tree2d0a8ecce7de225d9b55975aafc794569ed8922a
parent03b7ec004938ad0838e16f0eaef343a468140d40
perl plugin: Fixed an "unused variable" warning.

When compiling with debugging disabled, gcc complained about an unused
variable in init_pi(). -Werror thus caused the build to fail.

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