Revision: 53820
http://brlcad.svn.sourceforge.net/brlcad/?rev=53820&view=rev
Author: starseeker
Date: 2012-11-26 19:46:59 +0000 (Mon, 26 Nov 2012)
Log Message:
-----------
Bump coords_used from 6 to 7 to avoid implicit truncation warning from clang.
Modified Paths:
--------------
brlcad/trunk/src/libged/edit.c
Modified: brlcad/trunk/src/libged/edit.c
===================================================================
--- brlcad/trunk/src/libged/edit.c 2012-11-26 19:27:53 UTC (rev 53819)
+++ brlcad/trunk/src/libged/edit.c 2012-11-26 19:46:59 UTC (rev 53820)
@@ -446,7 +446,7 @@
struct edit_arg {
struct edit_arg *next; /* nodes rel to arg in cmd args grouping */
char cl_options[EDIT_MAX_ARG_OPTIONS]; /* unique cmd line opts */
- unsigned int coords_used : 6; /* flag which coords will be used */
+ unsigned int coords_used : 7; /* flag which coords will be used */
unsigned int type : 7; /* flag the arg type and type modifiers */
struct db_full_path *object; /* path and obj */
vect_t *vector; /* abs pos, or offset dist from an obj */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits