Skip to content

Commit

Permalink
Merge pull request #3632 from kunaltyagi/unused-patch-1
Browse files Browse the repository at this point in the history
Tell the compiler the variable is unused, C style
  • Loading branch information
taketwo authored Feb 6, 2020
2 parents 8888816 + a792091 commit 0e452dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visualization/src/pcl_visualizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4382,6 +4382,7 @@ pcl::visualization::PCLVisualizer::setUseVbos (bool use_vbos)
style_->setUseVbos (use_vbos_);
#else
PCL_WARN ("[PCLVisualizer::setUseVbos] Has no effect when OpenGL version is ≥ 2\n");
(void) use_vbos;
#endif
}

Expand Down

0 comments on commit 0e452dd

Please sign in to comment.