src/plugin.c: Fix compiler-warnings for the Sun CC.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 6 Apr 2007 08:08:45 +0000 (10:08 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 6 Apr 2007 08:08:45 +0000 (10:08 +0200)
commitd44e16e085418afe43f554cc22fe55c08d948079
treec0fb131f6cd97b86a172b3c5ba1ce08ec5279816
parent9ac1de503689f86a1fff10c152d273251acb9fa9
src/plugin.c: Fix compiler-warnings for the Sun CC.

Assigning a (void *) to a function-pointer issues a warning with the Sun CC.
src/plugin.c