mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
__attribute__((format(...))) was added to NSAlert's class-based initializer in 10.7, and due to using string objects instead of literals as informative text, Clang is unable to guarantee the safety of the formatter, and, as such, issues a warning.