From 7d84e4900fa8f4ef96e8cf4bb67b76be7902e840 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 4 Apr 2021 23:42:15 +0100 Subject: Fix a ton of pedantic compiler warnings. --- src/modules/m_httpd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_httpd.cpp') diff --git a/src/modules/m_httpd.cpp b/src/modules/m_httpd.cpp index 9a2006035..168f0bdca 100644 --- a/src/modules/m_httpd.cpp +++ b/src/modules/m_httpd.cpp @@ -26,7 +26,7 @@ * along with this program. If not, see . */ -/// $CompilerFlags: -Ivendor_directory("http_parser") +/// $CompilerFlags: -isystem vendor_directory("http_parser") #include "inspircd.h" @@ -225,7 +225,7 @@ class HttpServerSocket : public BufferedSocket, public Timer, public insp::intru ServerInstance->Timers.AddTimer(this); } - ~HttpServerSocket() + ~HttpServerSocket() override { sockets.erase(this); } -- cgit v1.3.1-10-gc9f91