Commits


Benoit St-Pierre authored and GitHub committed 6364b34d7fa
Resolve issue with char * casting in format string invocation (#2454) * Use `-[NSString initWithFormat:arguments:]` instead of trying to trick the preprocessor macros of all the platforms. * A couple drive-by warning fixes that `-Weverything` surfaced.