EgtExecutor 2.3h1 :

- la versione x64 compilata con clang-cl
- migliorie e correzioni suggerite dal nuovo compilatore.
This commit is contained in:
DarioS
2021-08-01 10:54:29 +02:00
parent 67644cf6e2
commit e2b0a333da
16 changed files with 74 additions and 63 deletions
-2
View File
@@ -193,7 +193,6 @@ ExeResetCurrPartLayer( void)
{
GseContext* pGseCtx = GetCurrGseContext() ;
VERIFY_CTX_GEOMDB( pGseCtx, false)
IGeomDB* pGeomDB = pGseCtx->m_pGeomDB ;
// reset
pGseCtx->m_nCurrPart = GDB_ID_NULL ;
pGseCtx->m_nCurrLayer = GDB_ID_NULL ;
@@ -600,7 +599,6 @@ ExeSelectPathObjs( int nId, bool bHaltOnFork)
}
}
// recupero il primo percorso concatenato
int nFirstId = GDB_ID_NULL ;
INTVECTOR vId2s ;
bOk = bOk && chainC.GetChainFromNear( ptNear, bHaltOnFork, vId2s) ;
for ( size_t i = 0 ; i < vId2s.size() ; ++i) {