mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0024168: Eliminate CLang compiler warning -Wunused-variable
Got rid of warning -Wunused-variable In FSD_File, use template specialization instead of comparison of sizeof() to specific value in if statement, thus eliminating warning "constant value in conditional expression"
This commit is contained in:
@@ -51,8 +51,6 @@
|
||||
#define END_REF "END_REF"
|
||||
#define REFERENCE_COUNTER "REFERENCE_COUNTER"
|
||||
|
||||
static Standard_Integer myDocumentVersion = 0;
|
||||
|
||||
//#define TAKE_TIMES
|
||||
static void take_time (const Standard_Integer, const char *,
|
||||
const Handle(CDM_MessageDriver)&)
|
||||
|
Reference in New Issue
Block a user