mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 12:48:11 -05:00
Using instances with static storage in Objective-C files result in the following warning (starting with clang 425.0.24): ld: warning: direct access in […] to global weak symbol […] means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.