mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024355: Compiler Warning level 4 for MFC samples
Some warnings were removed from MFC samples All warnings of sample projects with warning level 4 were fixed on VC9 Warnings level increased to -W4 in projects of MFC samples; sample ReadMe files added to documentation Changes in Viewer2dDoc.cpp and OcafDoc.cpp were restored. Minor corrections in documentation
This commit is contained in:
@@ -79,14 +79,14 @@ private:
|
||||
static void PreProcess (CGeometryDoc* aDoc,DisplayType aDisplayType);
|
||||
static void PostProcess(CGeometryDoc* aDoc,UINT anID,DisplayType aDisplayType,const char* aString="",Quantity_Coefficient Coef = -1/*double zoom =-1*/);
|
||||
static void DisplayPoint(CGeometryDoc* aDoc,
|
||||
gp_Pnt2d& aPoint,
|
||||
const gp_Pnt2d& aPoint,
|
||||
const char* aText,
|
||||
Standard_Boolean UpdateViewer = Standard_False,
|
||||
Standard_Real anXoffset =0,
|
||||
Standard_Real anYoffset =0,
|
||||
Standard_Real TextScale = 0.05);
|
||||
static void DisplayPoint(CGeometryDoc* aDoc,
|
||||
gp_Pnt& aPoint,
|
||||
const gp_Pnt& aPoint,
|
||||
const char* aText,
|
||||
Standard_Boolean UpdateViewer = Standard_False,
|
||||
Standard_Real anXoffset = 0,
|
||||
|
Reference in New Issue
Block a user