Revision: 41091
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41091&view=rev
Author:   brlcad
Date:     2010-10-19 05:33:13 +0000 (Tue, 19 Oct 2010)

Log Message:
-----------
quell with UNUSED() instead of the hack.  it was before one of the variable 
decls anyways.

Modified Paths:
--------------
    brlcad/trunk/src/lgt/reflect.c

Modified: brlcad/trunk/src/lgt/reflect.c
===================================================================
--- brlcad/trunk/src/lgt/reflect.c      2010-10-19 05:32:20 UTC (rev 41090)
+++ brlcad/trunk/src/lgt/reflect.c      2010-10-19 05:33:13 UTC (rev 41091)
@@ -409,15 +409,13 @@
 }
 
 void
-render_Scan(int cpu, void *data)
+render_Scan(int cpu, void *UNUSED(data))
 {
     fastf_t grid_y_inc[3], grid_x_inc[3];
     RGBpixel scanbuf[MAX_SCANSIZE];    /* private to CPU */
     vect_t aliasbuf[MAX_SCANSIZE];     /* private to CPU */
     int com;
 
-    data = data; /* quell warning */
-
     /* Must have local copy of application structure for parallel
        threads of execution, so make copy. */
     struct application a;


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

------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to