mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024162: Eliminate CLang compiler warning
Got rid from most cases of appearance '-Wunused-private-field' warning
This commit is contained in:
@@ -65,11 +65,11 @@
|
||||
|
||||
#define FSR_DEBUG(arg)
|
||||
// Uncomment the following code to have debug output to cout
|
||||
/* * /
|
||||
/*
|
||||
static Standard_Boolean mydebug = Standard_False;
|
||||
#undef FSR_DEBUG
|
||||
#define FSR_DEBUG(arg) {if (mydebug) { cout << arg << endl; }}
|
||||
/* */
|
||||
*/
|
||||
|
||||
class MyDirFunction : public math_Function
|
||||
{
|
||||
|
@@ -88,7 +88,6 @@ is
|
||||
fields
|
||||
|
||||
Done: Boolean;
|
||||
Singular: Boolean;
|
||||
U: Matrix;
|
||||
V: Matrix;
|
||||
Diag: Vector;
|
||||
|
Reference in New Issue
Block a user