Revision: 45541
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45541&view=rev
Author:   bhinesley
Date:     2011-07-19 17:27:51 +0000 (Tue, 19 Jul 2011)

Log Message:
-----------
remove unused variable missed last commit

Modified Paths:
--------------
    brlcad/trunk/src/libbu/vlb.c

Modified: brlcad/trunk/src/libbu/vlb.c
===================================================================
--- brlcad/trunk/src/libbu/vlb.c        2011-07-19 17:18:29 UTC (rev 45540)
+++ brlcad/trunk/src/libbu/vlb.c        2011-07-19 17:27:51 UTC (rev 45541)
@@ -117,9 +117,8 @@
 void
 bu_vlb_print(struct bu_vlb *vlb, FILE *fd)
 {
-    int ret;
     BU_CKMAG(vlb, BU_VLB_MAGIC, "magic for bu_vlb");
-    ret = fwrite(vlb->buf, 1, vlb->nextByte, fd);
+    (void)fwrite(vlb->buf, 1, vlb->nextByte, fd);
 }
 
 


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

------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to