Revision: 57036
          http://sourceforge.net/p/brlcad/code/57036
Author:   starseeker
Date:     2013-08-21 15:32:42 +0000 (Wed, 21 Aug 2013)
Log Message:
-----------
clear 'extra ';' inside a class' warnings

Modified Paths:
--------------
    brlcad/trunk/src/other/stepcode/src/clstepcore/ExpDict.h
    brlcad/trunk/src/other/stepcode/src/clstepcore/STEPattribute.h
    brlcad/trunk/src/other/stepcode/src/clstepcore/STEPundefined.cc
    brlcad/trunk/src/other/stepcode/src/clstepcore/dispnode.h
    brlcad/trunk/src/other/stepcode/src/clstepcore/instmgr.h
    brlcad/trunk/src/other/stepcode/src/clutils/dirobj.h

Modified: brlcad/trunk/src/other/stepcode/src/clstepcore/ExpDict.h
===================================================================
--- brlcad/trunk/src/other/stepcode/src/clstepcore/ExpDict.h    2013-08-21 
15:31:50 UTC (rev 57035)
+++ brlcad/trunk/src/other/stepcode/src/clstepcore/ExpDict.h    2013-08-21 
15:32:42 UTC (rev 57036)
@@ -1690,7 +1690,7 @@
         /// find bound type
         AggrBoundTypeEnum Bound1Type() const {
             return _bound1_type;
-        };
+        }
         /// get a constant bound
         SDAI_Integer Bound1( ) const {
             assert( _bound1_type == bound_constant );
@@ -1724,7 +1724,7 @@
         /// find bound type
         AggrBoundTypeEnum Bound2Type() const {
             return _bound2_type;
-        };
+        }
         /// get a constant bound
         SDAI_Integer Bound2( ) const {
             assert( _bound2_type == bound_constant );

Modified: brlcad/trunk/src/other/stepcode/src/clstepcore/STEPattribute.h
===================================================================
--- brlcad/trunk/src/other/stepcode/src/clstepcore/STEPattribute.h      
2013-08-21 15:31:50 UTC (rev 57035)
+++ brlcad/trunk/src/other/stepcode/src/clstepcore/STEPattribute.h      
2013-08-21 15:32:42 UTC (rev 57036)
@@ -168,8 +168,8 @@
 ////////////////// Constructors
 
         STEPattribute( const STEPattribute & a );
-        STEPattribute()  {};
-        ~STEPattribute() {};
+        STEPattribute()  {}
+        ~STEPattribute() {}
 
         //  INTEGER
         STEPattribute( const class AttrDescriptor & d, SDAI_Integer * p );

Modified: brlcad/trunk/src/other/stepcode/src/clstepcore/STEPundefined.cc
===================================================================
--- brlcad/trunk/src/other/stepcode/src/clstepcore/STEPundefined.cc     
2013-08-21 15:31:50 UTC (rev 57035)
+++ brlcad/trunk/src/other/stepcode/src/clstepcore/STEPundefined.cc     
2013-08-21 15:32:42 UTC (rev 57036)
@@ -150,4 +150,5 @@
 
 int SCLundefined::is_null() {
     return ( val.empty() );
-}
\ No newline at end of file
+}
+

Modified: brlcad/trunk/src/other/stepcode/src/clstepcore/dispnode.h
===================================================================
--- brlcad/trunk/src/other/stepcode/src/clstepcore/dispnode.h   2013-08-21 
15:31:50 UTC (rev 57035)
+++ brlcad/trunk/src/other/stepcode/src/clstepcore/dispnode.h   2013-08-21 
15:32:42 UTC (rev 57036)
@@ -57,7 +57,7 @@
         }
         virtual void * SEE()     {
             return see;
-        };
+        }
 
         void mgrNode( MgrNode * node ) {
             mn = node;

Modified: brlcad/trunk/src/other/stepcode/src/clstepcore/instmgr.h
===================================================================
--- brlcad/trunk/src/other/stepcode/src/clstepcore/instmgr.h    2013-08-21 
15:31:50 UTC (rev 57035)
+++ brlcad/trunk/src/other/stepcode/src/clstepcore/instmgr.h    2013-08-21 
15:32:42 UTC (rev 57036)
@@ -106,12 +106,12 @@
                                  int starting_index = 0 );
         SDAI_Application_instance  * GetApplication_instance( MgrNode * node ) 
{
             return node->GetApplication_instance();
-        };
+        }
 
         void * GetSEE( int index );
         void * GetSEE( MgrNode * node ) {
             return node->SEE();
-        };
+        }
 
         void PrintSortedFileIds();
 
@@ -121,7 +121,7 @@
                 int starting_index = 0 );
         SDAI_Application_instance  * GetSTEPentity( MgrNode * node ) {
             return node->GetApplication_instance();
-        };
+        }
 
 };
 

Modified: brlcad/trunk/src/other/stepcode/src/clutils/dirobj.h
===================================================================
--- brlcad/trunk/src/other/stepcode/src/clutils/dirobj.h        2013-08-21 
15:31:50 UTC (rev 57035)
+++ brlcad/trunk/src/other/stepcode/src/clutils/dirobj.h        2013-08-21 
15:32:42 UTC (rev 57036)
@@ -62,10 +62,10 @@
         // check for file in the currently loaded directory
         bool FileExists( const char * file ) {
             return Index( file ) ? 1 : 0;
-        };
+        }
         bool FileExists( const std::string & file ) {
             return Index( file.c_str() ) ? true : false;
-        };
+        }
         int Count();
 
         static bool IsADirectory( const char * );

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to