In file included from /in/Compile/check.cpp:7:
/in/sokoban.hpp:63:79: error: unused parameter 'movefrom' [-Werror,-Wunused-parameter]
int canmove(std::vector<Node> box,Node player,unsigned long dir,unsigned long movefrom,bool pu){
^
/in/sokoban.hpp:63:93: error: unused parameter 'pu' [-Werror,-Wunused-parameter]
int canmove(std::vector<Node> box,Node player,unsigned long dir,unsigned long movefrom,bool pu){
^
2 errors generated.
/in/Compile/Makefile:16: recipe for target 'main' failed
make: *** [main] Error 1