Revision: 48424
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48424&view=rev
Author:   brlcad
Date:     2012-01-11 18:52:51 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
missing break statement on unimplemented switch case.  fixes coverity 
MISSING_BREAK defect (cov cid 345).

Modified Paths:
--------------
    brlcad/trunk/src/libbu/parse.c

Modified: brlcad/trunk/src/libbu/parse.c
===================================================================
--- brlcad/trunk/src/libbu/parse.c      2012-01-11 18:50:19 UTC (rev 48423)
+++ brlcad/trunk/src/libbu/parse.c      2012-01-11 18:52:51 UTC (rev 48424)
@@ -2540,7 +2540,7 @@
                    /* Indirect to another structure */
                    /* FIXME: unimplemented */
                    bu_log("INTERNAL ERROR: referencing indirect bu_structparse 
table, unimplemented\n");
-
+                   break;
                default:
                    bu_vls_printf(logstr,
                                  "%s line:%d Parse error, unknown format: '%s' 
for element \"%s\"",

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


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to