We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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) {}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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) {}
The text was updated successfully, but these errors were encountered: