diff options
| author | 2017-11-17 00:02:03 +0000 | |
|---|---|---|
| committer | 2017-11-17 15:33:01 +0000 | |
| commit | 36040be2952186d56a6646ee7d972aaafdd4e31a (patch) | |
| tree | 72be7108a94dd6bd0ea2842c53ba8890c44d12d8 /src/modules/m_callerid.cpp | |
| parent | Add events which are fired when a service is added or deleted. (diff) | |
| download | inspircd++-36040be2952186d56a6646ee7d972aaafdd4e31a.tar.gz inspircd++-36040be2952186d56a6646ee7d972aaafdd4e31a.tar.bz2 inspircd++-36040be2952186d56a6646ee7d972aaafdd4e31a.zip | |
Fix a ton of -Wsign-conversion warnings.
Diffstat (limited to 'src/modules/m_callerid.cpp')
| -rw-r--r-- | src/modules/m_callerid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_callerid.cpp b/src/modules/m_callerid.cpp index 7b56ffce4..74334cd24 100644 --- a/src/modules/m_callerid.cpp +++ b/src/modules/m_callerid.cpp @@ -182,7 +182,7 @@ public: TRANSLATE1(TR_CUSTOM); } - void EncodeParameter(std::string& parameter, int index) + void EncodeParameter(std::string& parameter, unsigned int index) { // Send lists as-is (part of 2.0 compat) if (parameter.find(',') != std::string::npos) |
