sogo/SoObjects
Patrice Levesque 022fd81474 Fix warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
Those are all log formatting routines that assume pointers are unsigned int,
for display purpose.  Replace the cast with the native '%p' token from
NSString::stringWithFormat that's provided for pointer address output.
2016-03-07 10:34:41 -05:00
..
Appointments Implement stubs for SOGoCalendarComponent::isNew and SOGoCalendarComponent::setIsNew methods. 2016-03-07 10:34:40 -05:00
Contacts Fix extraction of mail column from SQL source 2016-02-29 11:56:32 -05:00
Mailer Fix warning: distinct Objective-C type in return 2016-03-07 10:34:41 -05:00
SOGo Fix warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2016-03-07 10:34:41 -05:00
common.make Improved and simplified rpath 2014-10-02 12:36:22 -04:00
GNUmakefile See ChangeLog 2009-10-09 21:54:07 +00:00