more pedantic warnings
This commit is contained in:
parent
fe7a3c7cdc
commit
4e4d723410
2 changed files with 2 additions and 2 deletions
|
|
@ -4017,4 +4017,4 @@ public:
|
||||||
//
|
//
|
||||||
// Squared Length
|
// Squared Length
|
||||||
//
|
//
|
||||||
#define GET_SQUARE(in) (in * in)
|
#define GET_SQUARE(in) (in * in)
|
||||||
|
|
|
||||||
|
|
@ -158,4 +158,4 @@ public:
|
||||||
{
|
{
|
||||||
return m_ptr != NULL;
|
return m_ptr != NULL;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue