Revision: 37540
          http://brlcad.svn.sourceforge.net/brlcad/?rev=37540&view=rev
Author:   bob1961
Date:     2010-02-04 00:11:54 +0000 (Thu, 04 Feb 2010)

Log Message:
-----------
Quell a few warnings when compiling for 64-bit Windows.

Modified Paths:
--------------
    brlcad/trunk/src/other/libregex/regcomp.c

Modified: brlcad/trunk/src/other/libregex/regcomp.c
===================================================================
--- brlcad/trunk/src/other/libregex/regcomp.c   2010-02-04 00:02:57 UTC (rev 
37539)
+++ brlcad/trunk/src/other/libregex/regcomp.c   2010-02-04 00:11:54 UTC (rev 
37540)
@@ -1478,7 +1478,7 @@
        assert(p->slen < p->ssize);
 
        /* finally, it's all reduced to the easy case */
-       p->strip[p->slen++] = SOP(op, opnd);
+       p->strip[p->slen++] = SOP(op, (sop)opnd);
 }
 
 /*


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to