On Thu, May 21, 2015 at 06:50:12PM -0700, Donald Sharp wrote: > The zclient_broken() function is not used. In order to allow --enable-werror > to work properly this needs to be fixed.
> +++ b/pimd/pim_zebra.c > @@ -51,21 +51,6 @@ static int del_oif(struct channel_oil *channel_oil, > struct interface *oif, > uint32_t proto_mask); > > -static void zclient_broken(struct zclient *zclient) Doesn't apply - your git tree seems to be missing commit e070452: Author: David Lamparter <[email protected]> Date: Tue Mar 3 10:41:21 2015 +0100 pimd: mask unused zclient_broken() this function is used by the currently not present zclient reconnect code. It'll be unmasked again when that code hits master. Which added an #if 0 / #endif around this function :) -David _______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
