mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0023664: Eliminate linker warnings on import of local symbol
Standard_IMPORT removed or replaced by 'export' where it applies to a symbol defined in the same toolkit
This commit is contained in:
@@ -65,13 +65,12 @@
|
||||
#include <Geom_RectangularTrimmedSurface.hxx>
|
||||
#include <BRep_Tool.hxx>
|
||||
|
||||
Standard_IMPORT Standard_Boolean TopOpeBRepTool_GettracePCURV();
|
||||
Standard_IMPORT Standard_Boolean TopOpeBRepTool_GettraceCHKBSPL();
|
||||
|
||||
#ifdef DEB
|
||||
#include <TopOpeBRepTool_KRO.hxx>
|
||||
TOPKRO KRO_CURVETOOL_APPRO("approximation");
|
||||
Standard_IMPORT Standard_Boolean TopOpeBRepTool_GettraceKRO();
|
||||
extern Standard_Boolean TopOpeBRepTool_GettraceKRO();
|
||||
extern Standard_Boolean TopOpeBRepTool_GettracePCURV();
|
||||
extern Standard_Boolean TopOpeBRepTool_GettraceCHKBSPL();
|
||||
#endif
|
||||
//#define DRAW
|
||||
//#define IFV
|
||||
|
Reference in New Issue
Block a user