fix release build errors

Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
carlitosan
2022-01-14 14:57:35 -08:00
parent 295c836ed8
commit c15d3f35bf
2 changed files with 4 additions and 4 deletions
@@ -94,12 +94,12 @@ namespace MockGraphCanvasServices
GraphCanvas::DataSlotRequestBus::Handler::BusDisconnect();
}
bool MockDataSlotComponent::ConvertToReference([[maybe_unused]] bool isNewSlot = false)
bool MockDataSlotComponent::ConvertToReference([[maybe_unused]] bool isNewSlot)
{
return false;
}
bool MockDataSlotComponent::CanConvertToReference([[maybe_unused]] bool isNewSlot = false) const
bool MockDataSlotComponent::CanConvertToReference([[maybe_unused]] bool isNewSlot) const
{
return false;
}