mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 20:38:50 +00:00
Fix some compilation warnings
This commit is contained in:
@@ -976,7 +976,6 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
|
||||
NSCalendarDate *recurrenceId, *masterEndDate, *endDate;
|
||||
NSMutableDictionary *newRecord;
|
||||
NGCalendarDateRange *newRecordRange;
|
||||
NSComparisonResult compare;
|
||||
NSNumber *dateSecs;
|
||||
id master;
|
||||
|
||||
|
||||
@@ -32,10 +32,6 @@
|
||||
|
||||
+ (id) sharedEMailAlarmsManager;
|
||||
|
||||
/* PUT */
|
||||
- (void) handleAlarmsInCalendar: (iCalCalendar *) calendar
|
||||
fromComponent: (SOGoCalendarComponent *) component;
|
||||
|
||||
/* DELETE */
|
||||
- (void) deleteAlarmsFromComponent: (SOGoCalendarComponent *) component;
|
||||
|
||||
|
||||
@@ -25,6 +25,8 @@
|
||||
|
||||
#import <NGExtensions/NSObject+Logs.h>
|
||||
|
||||
#import <NGObjWeb/WOContext+SoObjects.h>
|
||||
|
||||
#import <NGCards/iCalAlarm.h>
|
||||
#import <NGCards/iCalCalendar.h>
|
||||
#import <NGCards/iCalEvent.h>
|
||||
@@ -34,6 +36,9 @@
|
||||
#import <GDLContentStore/GCSFolder.h>
|
||||
#import <GDLContentStore/GCSFolderManager.h>
|
||||
|
||||
#import <SOGo/SOGoUser.h>
|
||||
#import <SOGo/SOGoUserFolder.h>
|
||||
|
||||
#import "SOGoAppointmentFolder.h"
|
||||
#import "SOGoAppointmentFolders.h"
|
||||
#import "SOGoCalendarComponent.h"
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
#import <Foundation/NSCalendarDate.h>
|
||||
|
||||
#import <NGObjWeb/WORequest.h>
|
||||
#import <NGObjWeb/WOResponse.h>
|
||||
#import <NGObjWeb/WOContext+SoObjects.h>
|
||||
#import <NGExtensions/NSObject+Logs.h>
|
||||
|
||||
Reference in New Issue
Block a user