- fixed several warnings emitted by Clang.
This commit is contained in:
parent
9c3907136d
commit
47b76180d6
12 changed files with 21 additions and 16 deletions
|
|
@ -580,6 +580,10 @@ public:
|
|||
{
|
||||
return Count;
|
||||
}
|
||||
int SSize() const
|
||||
{
|
||||
return (int)Count;
|
||||
}
|
||||
unsigned int Max () const
|
||||
{
|
||||
return Most;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue