mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 06:05:01 +02:00
Fix compiler warnings of missing NotificationTypeAll
case
This commit is contained in:
parent
186571ec99
commit
9e65a8b63b
@ -269,9 +269,9 @@ const char* IcingaDB::GetNotificationTypeByEnum(NotificationType type)
|
||||
return "flapping_start";
|
||||
case NotificationFlappingEnd:
|
||||
return "flapping_end";
|
||||
default:
|
||||
VERIFY(!"Invalid notification type.");
|
||||
}
|
||||
|
||||
VERIFY(!"Invalid notification type.");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user