star-3d

Surface structuring for efficient 3D geometric queries
git clone git://git.meso-star.fr/star-3d.git
Log | Files | Refs | README | LICENSE

commit 61ef1b92dea5c2dfcb3c3eda30d45b9d45034bfd
parent 5bf5129029df4565e5ae26ef5628c626a3ae7f26
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 28 Jul 2016 14:50:55 +0200

Fix an "unused variable" warning

Diffstat:
Msrc/s3d_session.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/s3d_session.c b/src/s3d_session.c @@ -93,6 +93,7 @@ on_shape_detach struct s3d_session* session = (struct s3d_session*)data; unsigned shape_id; ASSERT(scn && shape && data); + (void)scn; S3D(shape_get_id(shape, &shape_id)); pgeom = htable_geom_find(&session->cached_geoms, &shape_id);