From 02340285c564a7e82105137192d46d554a6fce3a Mon Sep 17 00:00:00 2001 From: Dominic Hamon Date: Sun, 30 May 2021 20:37:54 +0100 Subject: Added -Wshorten-64-to-32 and fixed all warnings. --- src/modules/m_dccallow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_dccallow.cpp') diff --git a/src/modules/m_dccallow.cpp b/src/modules/m_dccallow.cpp index 36d86fa1d..3b7119cca 100644 --- a/src/modules/m_dccallow.cpp +++ b/src/modules/m_dccallow.cpp @@ -108,7 +108,7 @@ bannedfilelist bfl; class DCCAllowExt : public SimpleExtItem { public: - unsigned int maxentries; + unsigned long maxentries; DCCAllowExt(Module* Creator) : SimpleExtItem(Creator, "dccallow", ExtensionItem::EXT_USER) -- cgit v1.3.1-10-gc9f91