Skip to content
Snippets Groups Projects
Unverified Commit c7d0bb3e authored by Kei Okada's avatar Kei Okada Committed by GitHub
Browse files

Merge pull request #42 from mikaelarguedas/patch-1

fix compiler warning
parents 94d3a5f3 2e3b7155
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ void CameraDriver::AutoControlsCallback(
void *data, size_t data_len) {
boost::recursive_mutex::scoped_lock(mutex_);
printf("Controls callback. class: %d, event: %d, selector: %d, attr: %d, data_len: %u\n",
printf("Controls callback. class: %d, event: %d, selector: %d, attr: %d, data_len: %zu\n",
status_class, event, selector, status_attribute, data_len);
if (status_attribute == UVC_STATUS_ATTRIBUTE_VALUE_CHANGE) {
......
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