sogo: warning-removal-again c1095a5e

Author Committer Branch Timestamp Parent
Patrice Levesque Patrice Levesque warning-removal-again 2016-02-17 11:06 warning-removal-again 022fd814
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