sogo: warning-removal-again c7026abe

Author Committer Branch Timestamp Parent
Patrice Levesque Patrice Levesque warning-removal-again 2016-02-17 11:06 warning-removal-again 9121b04d
Changeset

Fix warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]

As previous commit, this code assumed pointers are unsigned int, for display
purpose. Replaced the cast with the native '%p' token from
NSMutableString::appendFormat that's provided for pointer address output.

mod - SoObjects/Appointments/MSExchangeFreeBusy.m Diff File