In file included from /usr/include/c++/6/ext/hash_set:60:0,
from /in/foo.cc:4:
/usr/include/c++/6/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
#warning \
^~~~~~~
/in/foo.cc: In member function 'unsigned int snak::tousg()':
/in/foo.cc:15:44: error: cast from 'snak*' to 'unsigned int' loses precision [-fpermissive]
inline unsigned tousg() { return (unsigned)this; }
^~~~