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:
@@ -49,11 +49,11 @@ static TCollection_AsciiString PRODINS("dins ");
|
||||
#include <TopOpeBRepTool_2d.hxx>
|
||||
|
||||
#ifdef DEB
|
||||
Standard_IMPORT Standard_Boolean TopOpeBRep_GettraceSHA(const Standard_Integer i);
|
||||
Standard_IMPORT Standard_Boolean TopOpeBRepBuild_GettraceSS();
|
||||
Standard_IMPORT Standard_Boolean TopOpeBRepBuild_GetcontextSSCONNEX();
|
||||
Standard_IMPORT Standard_Boolean TopOpeBRepBuild_GettraceCHK();
|
||||
Standard_EXPORT TopOpeBRepBuild_Builder* LOCAL_PBUILDER_DEB = NULL;
|
||||
extern Standard_Boolean TopOpeBRep_GettraceSHA(const Standard_Integer i);
|
||||
extern Standard_Boolean TopOpeBRepBuild_GettraceSS();
|
||||
extern Standard_Boolean TopOpeBRepBuild_GetcontextSSCONNEX();
|
||||
extern Standard_Boolean TopOpeBRepBuild_GettraceCHK();
|
||||
TopOpeBRepBuild_Builder* LOCAL_PBUILDER_DEB = NULL;
|
||||
void debwesclo(const Standard_Integer) {}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user