diff --git a/packages/react-native/ReactCommon/react/bridging/Bool.h b/packages/react-native/ReactCommon/react/bridging/Bool.h index f81d3f9fc26..86143113288 100644 --- a/packages/react-native/ReactCommon/react/bridging/Bool.h +++ b/packages/react-native/ReactCommon/react/bridging/Bool.h @@ -13,7 +13,7 @@ namespace facebook::react { template <> struct Bridging { - static bool fromJs(jsi::Runtime& rt, const jsi::Value& value) { + static bool fromJs(jsi::Runtime&, const jsi::Value& value) { return value.asBool(); }