sogo: warning-removal-again 022fd814

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

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.

mod - SoObjects/SOGo/SOGoObject.m Diff File