Revision: 48466
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48466&view=rev
Author:   starseeker
Date:     2012-01-12 00:53:03 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
properly mark buffer and ctp as unused

Modified Paths:
--------------
    brlcad/trunk/src/nirt/command.c

Modified: brlcad/trunk/src/nirt/command.c
===================================================================
--- brlcad/trunk/src/nirt/command.c     2012-01-12 00:52:20 UTC (rev 48465)
+++ brlcad/trunk/src/nirt/command.c     2012-01-12 00:53:03 UTC (rev 48466)
@@ -376,17 +376,13 @@
 }
 
 void
-shoot(char *buffer, com_table *ctp, struct rt_i *rtip)
+shoot(char *UNUSED(buffer), com_table *UNUSED(ctp), struct rt_i *rtip)
 {
     int i;
     double bov = 0.0;  /* back out value */
 
     extern void init_ovlp();
 
-    /* quellage */
-    buffer = buffer;
-    ctp = ctp;
-
     if (!rtip)
       return;
 

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to