]> OCCT Git - occt-copy.git/commit
0026547: Configuration - fix compilation errors on VS2015
authorkgv <kgv@opencascade.com>
Thu, 13 Aug 2015 10:10:49 +0000 (13:10 +0300)
committerabv <abv@opencascade.com>
Wed, 2 Sep 2015 11:39:10 +0000 (14:39 +0300)
commit41d16f029b44cb311a9fd9e5c1b701cef1742c98
tree268f5f90ca231d2370507f1174d3249f79bf0426
parent8b04c979b265293a450674c84527eba54c3cdbdb
0026547: Configuration - fix compilation errors on VS2015

Interface_STAT.cxx - rename local variable 'stat' to 'myStat' to avoid name collision.
OSD_FileNode.cxx - pass correct argument to va_start().
STEPConstruct_AP203Context::DefaultDateAndTime() - use _get_timezone() instead of global variable timezone on msvc.
Graphic3d_ArrayOfPrimitives::VertexColor() - fix reinterpret_cast() argument.

Small correction: OCC26481-linesarc.brep is equal to bug26296_linesarc.brep
src/Graphic3d/Graphic3d_ArrayOfPrimitives.lxx
src/Interface/Interface_STAT.cxx
src/OSD/OSD_FileNode.cxx
src/STEPConstruct/STEPConstruct_AP203Context.cxx