this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Hide the Xcode 8 warning on older clang versions

+1 -1
+1 -1
src/libc/os/log.h
··· 32 32 #include <mach-o/loader.h> 33 33 34 34 #if !__has_builtin(__builtin_os_log_format) 35 - #warning using os/log.h requires Xcode 8 or later 35 + //#warning using os/log.h requires Xcode 8 or later 36 36 #endif 37 37 38 38 __BEGIN_DECLS