Revision: 41186
http://brlcad.svn.sourceforge.net/brlcad/?rev=41186&view=rev
Author: brlcad
Date: 2010-10-29 18:54:29 +0000 (Fri, 29 Oct 2010)
Log Message:
-----------
this is interesting, the gcc attribute must encompass the array size or it
thinks that it is parsing an array of functions. should be problematic
signatures, but seems to do the trick.
Modified Paths:
--------------
brlcad/trunk/src/conv/g-egg.c
brlcad/trunk/src/conv/stl/g-stl.c
Modified: brlcad/trunk/src/conv/g-egg.c
===================================================================
--- brlcad/trunk/src/conv/g-egg.c 2010-10-29 18:52:46 UTC (rev 41185)
+++ brlcad/trunk/src/conv/g-egg.c 2010-10-29 18:54:29 UTC (rev 41186)
@@ -67,7 +67,7 @@
static void
-nmg_to_egg(struct nmgregion *r, const struct db_full_path *pathp, int
UNUSED(region_id), int UNUSED(material_id), float UNUSED(color)[3])
+nmg_to_egg(struct nmgregion *r, const struct db_full_path *pathp, int
UNUSED(region_id), int UNUSED(material_id), float UNUSED(color[3]))
{
struct model *m;
struct shell *s;
Modified: brlcad/trunk/src/conv/stl/g-stl.c
===================================================================
--- brlcad/trunk/src/conv/stl/g-stl.c 2010-10-29 18:52:46 UTC (rev 41185)
+++ brlcad/trunk/src/conv/stl/g-stl.c 2010-10-29 18:54:29 UTC (rev 41186)
@@ -89,7 +89,7 @@
static void
-nmg_to_stl(struct nmgregion *r, const struct db_full_path *pathp, int
UNUSED(region_id), int UNUSED(material_id), float UNUSED(color)[3])
+nmg_to_stl(struct nmgregion *r, const struct db_full_path *pathp, int
UNUSED(region_id), int UNUSED(material_id), float UNUSED(color[3]))
{
struct model *m;
struct shell *s;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits