EgtGeomKernel 2.3g1 :
- versione x64 compilata con Clang-cl/LLVM - modifiche varie per eliminare warning più gravi di questo compilatore.
This commit is contained in:
+3
-3
@@ -668,7 +668,7 @@ IGeoObj*
|
||||
GdbIterator::GetGeoObj( void)
|
||||
{
|
||||
if ( m_pGDB == nullptr || m_pCurrObj == nullptr)
|
||||
return false ;
|
||||
return nullptr ;
|
||||
|
||||
// recupero l'oggetto Gdb
|
||||
GdbGeo* pGdbGeo = GetGdbGeo( m_pCurrObj) ;
|
||||
@@ -684,7 +684,7 @@ const IGeoObj*
|
||||
GdbIterator::GetGeoObj( void) const
|
||||
{
|
||||
if ( m_pGDB == nullptr || m_pCurrObj == nullptr)
|
||||
return false ;
|
||||
return nullptr ;
|
||||
|
||||
// recupero l'oggetto Gdb
|
||||
const GdbGeo* pGdbGeo = GetGdbGeo( m_pCurrObj) ;
|
||||
@@ -1715,7 +1715,7 @@ bool
|
||||
GdbIterator::RemoveUserObj( void)
|
||||
{
|
||||
if ( m_pGDB == nullptr || m_pCurrObj == nullptr)
|
||||
return nullptr ;
|
||||
return false ;
|
||||
|
||||
// cancello eventuale precedente UserObj
|
||||
if ( m_pCurrObj->m_pUserObj != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user