Skip to content

Commit

Permalink
Tell the compiler the variable is unused, C style
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Jan 10, 2020
1 parent 8bdd6c5 commit a792091
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 a792091

Please sign in to comment.