diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/GLView.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GLView.cc b/src/GLView.cc index b01af98..4880c40 100644 --- a/src/GLView.cc +++ b/src/GLView.cc @@ -49,6 +49,9 @@ void GLView::resizeGL(int w, int h) void GLView::setGimbalCamera(const Eigen::Vector3d &pos, const Eigen::Vector3d &rot, double distance) { + (void) pos; + (void) rot; + (void) distance; PRINT("set gimbal camera not implemented"); } |