Remove unused warnings

This commit is contained in:
topjohnwu 2019-09-26 13:54:40 -04:00
parent 544bb7459c
commit 64113a69b4

View File

@ -29,7 +29,7 @@ void no_logging() {
#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);
}