diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-26 04:55:07 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-26 04:55:07 (GMT) |
commit | f60ece786436942792216b568943daa1b0a34c04 (patch) | |
tree | 2dab0707b4c5643513db7b62727c3b660eb5745c /src/GLView.cc | |
parent | 50489c4287d5eabf636c4cc5c558f56ab210bc27 (diff) |
fix bugs for test compile
Diffstat (limited to 'src/GLView.cc')
-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"); } |