Revision: 41641
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41641&view=rev
Author:   brlcad
Date:     2010-12-16 15:15:24 +0000 (Thu, 16 Dec 2010)

Log Message:
-----------
test for compilation warnings.  unused params.

Modified Paths:
--------------
    brlcad/trunk/src/libbn/bntester.c

Modified: brlcad/trunk/src/libbn/bntester.c
===================================================================
--- brlcad/trunk/src/libbn/bntester.c   2010-12-16 14:59:36 UTC (rev 41640)
+++ brlcad/trunk/src/libbn/bntester.c   2010-12-16 15:15:24 UTC (rev 41641)
@@ -32,12 +32,12 @@
 int
 main(int argc, char **argv)
 {
+    bu_log("%s: %d args\n", argv[0], argc);
 
-    bu_log("bntester\n");
-
-    exit(0);
+    return 0;
 }
 
+
 /** @} */
 /*
  * Local Variables:


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

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to