Skip to content

Commit

Permalink
GstCameraPlugin: fix unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Aug 5, 2024
1 parent 4afacda commit a52f356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GstCameraPlugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ void GstCameraPlugin::Configure(
std::bind(&GstCameraPlugin::Impl::OnRenderTeardown, impl.get())));
}

void GstCameraPlugin::PreUpdate(const UpdateInfo &_info,
void GstCameraPlugin::PreUpdate(const UpdateInfo &/*_info*/,
EntityComponentManager &_ecm)
{
if (impl->cameraName.empty())
Expand Down

0 comments on commit a52f356

Please sign in to comment.