Revision: 48674
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48674&view=rev
Author:   bob1961
Date:     2012-01-13 14:46:55 +0000 (Fri, 13 Jan 2012)
Log Message:
-----------
run 8, CID 1727, CONSTANT EXPRESSION RESULT.

Modified Paths:
--------------
    brlcad/trunk/src/libged/edit.c

Modified: brlcad/trunk/src/libged/edit.c
===================================================================
--- brlcad/trunk/src/libged/edit.c      2012-01-13 14:44:40 UTC (rev 48673)
+++ brlcad/trunk/src/libged/edit.c      2012-01-13 14:46:55 UTC (rev 48674)
@@ -1466,12 +1466,16 @@
        /* if there isn't an EDIT_TO, this func shouldn't be called */
        BU_ASSERT_PTR(cur_arg->next, !=, (struct edit_arg *)NULL);
 
+#if 0
+       /* This assertion, as it is currently, is always true. */
+
        /* A 'from' position is set; only flags that were possible
         * when this function was last updated should be handled.
         */
        BU_ASSERT(cur_arg->type ^ ~(EDIT_FROM |
                                    EDIT_NATURAL_ORIGIN |
                                    EDIT_USE_TARGETS));
+#endif
 
        /* disallow non-standard opts */
        if (cur_arg->cl_options[0] != '\0')

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
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to