1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03: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:
omy
2013-09-17 10:03:19 +04:00
committed by abv
parent b6abaec0c8
commit 74d80fb976
12 changed files with 1025 additions and 1192 deletions

View File

@@ -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