add comment about warning of comparison between signed and unsigned
diff --git a/ospf6d/ospf6_intra.c b/ospf6d/ospf6_intra.c
index 365b98d..62b7ffc 100644
--- a/ospf6d/ospf6_intra.c
+++ b/ospf6d/ospf6_intra.c
@@ -174,6 +174,7 @@
       /* 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 +