In file included from /in/Compile/check.cpp:7:
/in/sokoban.hpp:356:30: error: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Werror,-Wsign-conversion]
size_t current = now.getHash();
~~~~~~~ ~~~~^~~~~~~~~
/in/sokoban.hpp:358:25: error: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'std::unordered_map<int, int, std::hash<int>, std::equal_to<int>, std::allocator<std::pair<const int, int> > >::key_type' (aka 'int') [-Werror,-Wshorten-64-to-32]
if (store_gcost[current] < now.g_cost){
~~~~~~~~~~~ ^~~~~~~
2 errors generated.
/in/Compile/Makefile:16: recipe for target 'main' failed
make: *** [main] Error 1