mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-07 05:08:13 +08:00
0024170: Eliminate CLang compiler warning -Wunused local functions
Removed unreferenced local functions -Wunused Removed self assignment Merged IntStart_SearchOnBoundaries*.gxx files into one file.
This commit is contained in:
@@ -44,8 +44,10 @@ namespace
|
||||
|
||||
#define IMEM_FREE(p_bl) (size_t(p_bl->p_end_block - p_bl->p_free_space))
|
||||
|
||||
#ifdef DEB
|
||||
// auxiliary dummy function used to get a place where break point can be set
|
||||
inline void place_for_breakpoint() {}
|
||||
#endif
|
||||
};
|
||||
|
||||
#define MaxLookup 16
|
||||
|
||||
Reference in New Issue
Block a user