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

Problem when making #4

Closed
cyc790 opened this issue Apr 22, 2018 · 2 comments
Closed

Problem when making #4

cyc790 opened this issue Apr 22, 2018 · 2 comments

Comments

@cyc790
Copy link

cyc790 commented Apr 22, 2018

when executing the" make" instructor, it turns out unused parameter warning like the following:

[ 99%] Building CXX object python/CMakeFiles/g2o.dir/g2o.cpp.o
In file included from /home/cyc/g2o/build/g2opy/python/g2o.cpp:19:0:
/home/cyc/g2o/build/g2opy/python/core/base_unary_edge.h:33:40: warning: unused parameter ‘m’ [-Wunused-parameter]
void declareBaseUnaryEdge(py::module & m) {
^
In file included from /home/cyc/g2o/build/g2opy/python/g2o.cpp:20:0:
/home/cyc/g2o/build/g2opy/python/core/base_binary_edge.h:40:41: warning: unused parameter ‘m’ [-Wunused-parameter]
void declareBaseBinaryEdge(py::module & m) {
^
In file included from /home/cyc/g2o/build/g2opy/python/g2o.cpp:25:0:
/home/cyc/g2o/build/g2opy/python/core/linear_solver.h:38:39: warning: unused parameter ‘m’ [-Wunused-parameter]
void declareLinearSolver(py::module & m) {
^
and then it does not move forward!

how to solve this? Appreciated for any suggestions!

@thomasfermi
Copy link

thomasfermi commented May 29, 2018

same problem here.
EDIT: Sorry, just had to wait really really long.

@cyc790 cyc790 closed this as completed Jun 2, 2018
@Penge666
Copy link

I also encountered the same problem.
Is there a solution? thanks.

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

3 participants