mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 12:48:29 +00:00
Remove unused warnings
This commit is contained in:
parent
544bb7459c
commit
64113a69b4
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user