sogo: warning-removal-again 387cfb6d

Author Committer Branch Timestamp Parent
Patrice Levesque Patrice Levesque warning-removal-again 2016-02-17 16:32 warning-removal-again f284fb71
Changeset

Fix one warning: expected ‘struct NSError **’ but argument is of type ‘id’

nil is not recognized by GCC as a (NSError**), but as an (id). NULL works the
same but does not spawn warnings.

mod - SoObjects/Mailer/SOGoDraftObject.m Diff File