Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build Error:error: unused parameter ‘cinfo’ [-Werror=unused-parameter] #10

Open
TaurusOasis opened this issue May 8, 2018 · 0 comments

Comments

@TaurusOasis
Copy link

TaurusOasis commented May 8, 2018

Hi martinruenz,

When I used install.sh to build co-fusion code, some errors are listed blow.
How to solve it, Thanks in advance!

================

In file included from /home/tau/Project/co-fusion/GUI/Tools/LogReader.h:29:0,
from /home/tau/Project/co-fusion/GUI/Tools/PangolinReader.h:18,
from /home/tau/Project/co-fusion/GUI/Tools/PangolinReader.cpp:16:
/home/tau/Project/co-fusion/GUI/Tools/JPEGLoader.h:29:35: error: unused parameter ‘cinfo’ [-Werror=unused-parameter]
static void jpegFail(j_common_ptr cinfo) { assert(false && "JPEG decoding error!"); }
^
/home/tau/Project/co-fusion/GUI/Tools/KlgLogReader.cpp:128:33: error: unused parameter ‘value’ [-Werror=unused-parameter]
void KlgLogReader::setAuto(bool value) {}
^
In file included from /home/tau/Project/co-fusion/GUI/Tools/LiveLogReader.cpp:19:0:
/home/tau/Project/co-fusion/GUI/Tools/LiveLogReader.h:47:24: error: unused parameter ‘frame’ [-Werror=unused-parameter]
void fastForward(int frame) {}

@TaurusOasis TaurusOasis changed the title build Error build Error:error: unused parameter ‘cinfo’ [-Werror=unused-parameter] May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant