more pedantic warnings

This commit is contained in:
jeefo 2016-03-13 19:26:04 +03:00
commit 4e4d723410
2 changed files with 2 additions and 2 deletions

View file

@ -4017,4 +4017,4 @@ public:
// //
// Squared Length // Squared Length
// //
#define GET_SQUARE(in) (in * in) #define GET_SQUARE(in) (in * in)

View file

@ -158,4 +158,4 @@ public:
{ {
return m_ptr != NULL; return m_ptr != NULL;
} }
}; };