From: gdt Date: Thu, 9 Dec 2004 14:47:09 +0000 (+0000) Subject: add comment about warning of comparison between signed and unsigned X-Git-Tag: frr-2.0-rc1~3321 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=1686f93fcad703c3cb5b8d4aa5be3c62b5e966bb;p=mirror%2Ffrr.git add comment about warning of comparison between signed and unsigned --- diff --git a/ospf6d/ospf6_intra.c b/ospf6d/ospf6_intra.c index 365b98d155..62b7ffc1a2 100644 --- a/ospf6d/ospf6_intra.c +++ b/ospf6d/ospf6_intra.c @@ -174,6 +174,7 @@ ospf6_router_lsa_originate (struct thread *thread) /* Multiple Router-LSA instance according to size limit setting */ if ( (oa->router_lsa_size_limit != 0) && ((caddr_t) lsdesc + sizeof (struct ospf6_router_lsdesc) - + /* XXX warning: comparison between signed and unsigned */ (caddr_t) buffer > oa->router_lsa_size_limit)) { if ((caddr_t) lsdesc == (caddr_t) router_lsa +