mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +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:
@@ -109,8 +109,8 @@
|
||||
|
||||
|
||||
#ifdef DEB
|
||||
Standard_IMPORT Standard_Boolean BRepFeat_GettraceFEAT();
|
||||
Standard_IMPORT Standard_Boolean BRepFeat_GettraceFEATRIB();
|
||||
extern Standard_Boolean BRepFeat_GettraceFEAT();
|
||||
extern Standard_Boolean BRepFeat_GettraceFEATRIB();
|
||||
#endif
|
||||
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user