Commit 64113a69 authored by topjohnwu's avatar topjohnwu

Remove unused warnings

parent 544bb745
...@@ -29,7 +29,7 @@ void no_logging() { ...@@ -29,7 +29,7 @@ void no_logging() {
#define LOG_TAG "Magisk" #define LOG_TAG "Magisk"
static int log_d(const char *fmt, va_list ap) { [[maybe_unused]] static int log_d(const char *fmt, va_list ap) {
return __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, fmt, ap); return __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, fmt, ap);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment