Fix some compilation warnings

This commit is contained in:
Francis Lachapelle
2014-08-28 09:37:49 -04:00
parent da184f8459
commit dadad3df2a
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -25,6 +25,8 @@
#import <Foundation/NSString.h>
#import <Foundation/NSArray.h>
#import <NGExtensions/NSObject+Values.h>
#import <NGObjWeb/NSException+HTTP.h>
#import <NGObjWeb/SoPermissions.h>
#import <NGObjWeb/SoSecurityManager.h>
@@ -41,6 +43,7 @@
#import <Appointments/iCalEvent+SOGo.h>
#import <Appointments/SOGoAppointmentObject.h>
#import <Appointments/SOGoAppointmentFolder.h>
#import <Appointments/SOGoAppointmentFolders.h>
#import <Common/WODirectAction+SOGo.h>
@@ -59,7 +62,6 @@
NSTimeInterval newDuration;
SOGoUserDefaults *ud;
NSString *daysDelta, *startDelta, *durationDelta, *destionationCalendar;
NSArray *calendarsID;
NSTimeZone *tz;
NSException *ex;
SOGoAppointmentFolder *targetCalendar, *sourceCalendar;