From b170c3dc75c30384691d5221edf24911227657e5 Mon Sep 17 00:00:00 2001 From: Johannes Schmidt Date: Thu, 12 Feb 2026 16:14:31 +0100 Subject: [PATCH] Silence -Wunnecessary-virtual-specifier warning on clang --- lib/icinga/notificationcommand.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icinga/notificationcommand.hpp b/lib/icinga/notificationcommand.hpp index a9e4fc3f2..1289c9811 100644 --- a/lib/icinga/notificationcommand.hpp +++ b/lib/icinga/notificationcommand.hpp @@ -25,7 +25,7 @@ public: static thread_local NotificationCommand::Ptr ExecuteOverride; - virtual Dictionary::Ptr Execute(const intrusive_ptr& notification, + Dictionary::Ptr Execute(const intrusive_ptr& notification, const User::Ptr& user, const CheckResult::Ptr& cr, const NotificationType& type, const String& author, const String& comment, const Dictionary::Ptr& resolvedMacros = nullptr,