On Tue, 10 Nov 2015, Christian Franke wrote:

These issues have been found by running buildtest.sh
using GCC 5.2.0 and Clang 3.7.0


      else
-       adj_name = adj->sysid ? sysid_print (adj->sysid) : "unknown";
+       adj_name = sysid_print (adj->sysid);

Why does that warn?

          if (IS_RIP_DEBUG_EVENT)
            zlog_debug("SEND UPDATE to %s ifindex %d",
-                      (ifp->name ? ifp->name : "_unknown_"), ifp->ifindex);
+                      ifp->name, ifp->ifindex);

Ditto?

regards,
--
Paul Jakma      [email protected]  @pjakma Key ID: 64A2FF6A
Fortune:
"I couldn't remember things until I took that Sam Carnegie course."
-- Bill Peterson, former Houston Oiler football coach

_______________________________________________
Quagga-dev mailing list
[email protected]
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to