[GME-commit] GMESRC/GME/Core CoreBinFile.cpp,1.14,1.15 CoreObject.cpp,1.12,1.13

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue May 18 09:31:01 CDT 2004


Update of /var/lib/gme/GMESRC/GME/Core
In directory braindrain:/tmp/cvs-serv31734/Core

Modified Files:
	CoreBinFile.cpp CoreObject.cpp 
Log Message:
Eliminated _ALL_ warning messages.

CVS User: volgy

Index: CoreBinFile.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Core/CoreBinFile.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** CoreBinFile.cpp	27 Dec 2003 18:46:46 -0000	1.14
--- CoreBinFile.cpp	18 May 2004 13:30:59 -0000	1.15
***************
*** 548,552 ****
  		ASSERT( *i != NULL );
  
! 		metaid_type metaid;
  		COMTHROW( (*i)->get_MetaID(&metaid) );
  		ASSERT( metaid != METAID_NONE );
--- 548,552 ----
  		ASSERT( *i != NULL );
  
! 		metaid_type metaid = METAID_NONE;
  		COMTHROW( (*i)->get_MetaID(&metaid) );
  		ASSERT( metaid != METAID_NONE );

Index: CoreObject.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Core/CoreObject.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** CoreObject.cpp	27 Dec 2003 18:47:41 -0000	1.12
--- CoreObject.cpp	18 May 2004 13:30:59 -0000	1.13
***************
*** 449,453 ****
  
  #ifdef _DEBUG
! 		attrid_type lockattrid;
  		ASSERT( (*i)->GetMetaAttribute()->get_LockAttrID(&lockattrid) == S_OK );
  #endif
--- 449,453 ----
  
  #ifdef _DEBUG
! 		attrid_type lockattrid = ATTRID_NONE;
  		ASSERT( (*i)->GetMetaAttribute()->get_LockAttrID(&lockattrid) == S_OK );
  #endif



More information about the GME-commit mailing list