1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0032429: Coding - Warnings during compilation on macosx arm64 with option BUILD_Inspector:BOOL=ON

This commit is contained in:
kgv
2021-06-10 17:46:20 +03:00
committed by bugmaster
parent 690757a382
commit 4db6d89bc6
9 changed files with 7 additions and 17 deletions

View File

@@ -86,19 +86,11 @@
#endif
#include <Standard_WarningsRestore.hxx>
const int DFBROWSER_DEFAULT_WIDTH = 650;
const int DFBROWSER_DEFAULT_HEIGHT = 350;
const int DFBROWSER_DEFAULT_TREE_VIEW_WIDTH = 325;
const int DFBROWSER_DEFAULT_TREE_VIEW_HEIGHT = 500;
const int DFBROWSER_DEFAULT_VIEW_WIDTH = 400;
const int DFBROWSER_DEFAULT_VIEW_HEIGHT = 300;
const int DFBROWSER_DEFAULT_POSITION_X = 200;
const int DFBROWSER_DEFAULT_POSITION_Y = 60;
const int DEFAULT_PROPERTY_PANEL_HEIGHT = 200;
const int DEFAULT_BROWSER_HEIGHT = 800;
static Standard_Boolean MyIsUseDumpJson = Standard_False;
// =======================================================================