Skip to content
Snippets Groups Projects
Commit f3ef6cad authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

FIX to work with RELEASE compilation

parent ca33cbfe
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ static ParamsBasePtr createParamsUSBCAMSensor(const std::string & _filename_dot_
}
// Register in the SensorFactory
const bool registered_usbcam_params = ParamsFactory::get().registerCreator("USB_CAM", createParamsUSBCAMSensor);
const bool VU_UNUSED registered_usbcam_params = ParamsFactory::get().registerCreator("USB_CAM", createParamsUSBCAMSensor);
} /* namespace [unnamed] */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment