mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +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";
|
return "flapping_start";
|
||||||
case NotificationFlappingEnd:
|
case NotificationFlappingEnd:
|
||||||
return "flapping_end";
|
return "flapping_end";
|
||||||
|
default:
|
||||||
|
VERIFY(!"Invalid notification type.");
|
||||||
}
|
}
|
||||||
|
|
||||||
VERIFY(!"Invalid notification type.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user