We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0a181 commit 4e0a1f1Copy full SHA for 4e0a1f1
src/core/modules/filters/filters_recipients.h
@@ -81,7 +81,7 @@ class IRecipientFilterExt
81
public:
82
static int __getitem__(IRecipientFilter* pFilter, unsigned index)
83
{
84
- if (index >= pFilter->GetRecipientCount())
+ if (index >= (unsigned int) pFilter->GetRecipientCount())
85
BOOST_RAISE_EXCEPTION(PyExc_IndexError, "Index out of range.")
86
87
return pFilter->GetRecipientIndex(index);
0 commit comments