Revision: 37531
          http://brlcad.svn.sourceforge.net/brlcad/?rev=37531&view=rev
Author:   bob1961
Date:     2010-02-02 22:21:41 +0000 (Tue, 02 Feb 2010)

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

Modified Paths:
--------------
    brlcad/trunk/src/libfb/if_remote.c

Modified: brlcad/trunk/src/libfb/if_remote.c
===================================================================
--- brlcad/trunk/src/libfb/if_remote.c  2010-02-02 22:17:50 UTC (rev 37530)
+++ brlcad/trunk/src/libfb/if_remote.c  2010-02-02 22:21:41 UTC (rev 37531)
@@ -208,7 +208,7 @@
 HIDDEN int
 rem_open(register FBIO *ifp, register char *file, int width, int height)
 {
-    register int i;
+    register size_t i;
     struct pkg_conn *pc;
     char buf[128] = {0};
     char hostname[MAX_HOSTNAME] = {0};


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