diff --git a/src/MaaCore/Controller/AdbController.cpp b/src/MaaCore/Controller/AdbController.cpp index 96f1e0c478..0739f146ed 100644 --- a/src/MaaCore/Controller/AdbController.cpp +++ b/src/MaaCore/Controller/AdbController.cpp @@ -252,7 +252,7 @@ void asst::AdbController::set_mumu_package(const std::string& client_type) #endif } -void asst::AdbController::init_ld_extras(const AdbCfg& adb_cfg [[maybe_unused]]) +void asst::AdbController::init_ld_extras(const AdbCfg& adb_cfg) { #if !ASST_WITH_EMULATOR_EXTRAS Log.error("MaaCore is not compiled with ASST_WITH_EMULATOR_EXTRAS");