That is not an error, it is a warning.
It means exactly what it says. You have a function _on_Area2D_area_exited()
which has an argument area
and you're not using that parameter.
If you're fine with this, change it to _area
and you won't see the warning any more.