Loading include/log/log.h +13 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,15 @@ extern "C" { #endif // This file uses ", ## __VA_ARGS__" zero-argument token pasting to // work around issues with debug-only syntax errors in assertions // that are missing format strings. See commit // 19299904343daf191267564fe32e6cd5c165cd42 #if defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wgnu-zero-variadic-macro-arguments" #endif // --------------------------------------------------------------------- /* Loading Loading @@ -692,6 +701,10 @@ int __android_log_buf_print(int bufID, int prio, const char *tag, const char *fm #endif ; #if defined(__clang__) #pragma clang diagnostic pop #endif #ifdef __cplusplus } #endif Loading Loading
include/log/log.h +13 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,15 @@ extern "C" { #endif // This file uses ", ## __VA_ARGS__" zero-argument token pasting to // work around issues with debug-only syntax errors in assertions // that are missing format strings. See commit // 19299904343daf191267564fe32e6cd5c165cd42 #if defined(__clang__) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wgnu-zero-variadic-macro-arguments" #endif // --------------------------------------------------------------------- /* Loading Loading @@ -692,6 +701,10 @@ int __android_log_buf_print(int bufID, int prio, const char *tag, const char *fm #endif ; #if defined(__clang__) #pragma clang diagnostic pop #endif #ifdef __cplusplus } #endif Loading