add comment about warning of comparison between signed and unsigned

This commit is contained in:
gdt 2004-12-09 14:47:09 +00:00
parent c29fdba771
commit 1686f93fca

View File

@ -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 +