occt: master d93f7683

Author Committer Branch Timestamp Parent
Pawel Pawel master 2012-08-24 10:18:55 master 6318e884
Affected Issues  0023373: MSVC++ warnings issued during compilation for 64bits, 'Sparse Arrays'
Changeset 0023373: MSVC++ warnings issued during compilation for 64bits, 'Sparse Arrays'

Replaced 'Standard_Integer' with 'Standard_Size' to avoid compiler warning.
Removed redundant casting to 'Standard_Size'.
Removed code checking if a 'Standard_Size' variable is negative.
mod - src/NCollection/NCollection_SparseArray.hxx Diff File
mod - src/NCollection/NCollection_SparseArrayBase.cxx Diff File
mod - src/NCollection/NCollection_SparseArrayBase.hxx Diff File
mod - src/TObj/TObj_TIntSparseArray.cxx Diff File
mod - src/TObj/TObj_TIntSparseArray.hxx Diff File