From 06d0bd3e988b0bab0f3aabbe5f56baf040d4d4c6 Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 23 Apr 2021 14:41:24 +0200 Subject: [PATCH] Get rid of a wanring when notifications debug is enabled --- qcsrc/common/notifications/all.qh | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/common/notifications/all.qh b/qcsrc/common/notifications/all.qh index 5a7b0af0f..babadf8c8 100644 --- a/qcsrc/common/notifications/all.qh +++ b/qcsrc/common/notifications/all.qh @@ -36,6 +36,7 @@ string Get_Notif_TypeName(MSG net_type) case MSG_CENTER: return "MSG_CENTER"; case MSG_MULTI: return "MSG_MULTI"; case MSG_CHOICE: return "MSG_CHOICE"; + case MSG_CENTER_KILL: return "MSG_CENTER_KILL"; } LOG_WARNF("Get_Notif_TypeName(%d): Improper net type!", ORDINAL(net_type)); return ""; -- 2.39.2