mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2024-11-23 20:29:50 +00:00
c73b7a2f0b
itself. This makes clang hide warnings.
6 lines
124 B
C
6 lines
124 B
C
#if defined(__clang__) && !defined(__OBJC_RUNTIME_INTERNAL__)
|
|
#pragma clang system_header
|
|
#endif
|
|
|
|
#include <objc/runtime.h>
|