We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af93fd commit 32fe306Copy full SHA for 32fe306
src/platform/Darwin/Logging.h
@@ -86,8 +86,7 @@ __attribute__((const)) void * LoggerForModule(LogModule moduleId);
86
do \
87
{ \
88
_Pragma("clang diagnostic push"); \
89
- _Pragma("clang diagnostic ignored \"-Wshadow\""); \
90
- using os_log_t = ::os_log_t __unsafe_unretained; \
+ _Pragma("clang diagnostic ignored \"-Wshadow\"") /* issue #39135 */ using os_log_t = ::os_log_t __unsafe_unretained; \
91
os_log_with_type((__bridge os_log_t) log, type, fmt, ##__VA_ARGS__); \
92
_Pragma("clang diagnostic pop"); \
93
} while (0)
0 commit comments