Skip to content
Snippets Groups Projects
Commit dd82f971 authored by Drake Arconis's avatar Drake Arconis
Browse files

Remove a silly cast in LLInitParam

parent 78d749b7
No related branches found
No related tags found
No related merge requests found
...@@ -1540,7 +1540,7 @@ namespace LLInitParam ...@@ -1540,7 +1540,7 @@ namespace LLInitParam
size_t numValidElements() const size_t numValidElements() const
{ {
return static_cast<U32>(mValues.size()); // <alchemy/> - Win64 size() warning return mValues.size();
} }
protected: protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment