From aa7ad6ca076278f6450c9beffcecdd267e80106e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Sat, 10 Oct 2009 18:27:51 +0000 Subject: [PATCH] added warnings Monotone-Parent: 754cc32ff48ea7363d073e4e89e453b7a4d66a4c Monotone-Revision: 1c47993b0bf3ee6afc77e9223fe1bbc011e42d73 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-10-10T18:27:51 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoGroupFolder.m | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/SOGo/SOGoGroupFolder.m b/SoObjects/SOGo/SOGoGroupFolder.m index cda067f1d..b55a35a6d 100644 --- a/SoObjects/SOGo/SOGoGroupFolder.m +++ b/SoObjects/SOGo/SOGoGroupFolder.m @@ -113,6 +113,7 @@ static NGLogger *logger = nil; if ((luids = [self uids]) == nil) return; +#warning we should populate "uidToFolder" directly count = [luids count]; ma = [NSMutableArray arrayWithCapacity:count + 1]; md = [NSMutableDictionary dictionaryWithCapacity:count];