bioboy / biosocks2

Simple efficient socks5 server
5 stars 6 forks source link

With new Debian Stretch from today.. #1

Open bashinator opened 5 years ago

bashinator commented 5 years ago

biosocks2.cpp: In function 'void ThreadMain(void)': biosocks2.cpp:550:8: warning: 'template class std::auto_ptr' is deprecated [-Wdeprecated-declarations] std::auto_ptr client(static_cast<Client*>(arg)); ^~~~ In file included from /usr/include/c++/6/memory:81:0, from /usr/include/c++/6/tr1/memory:39, from biosocks2.cpp:3: /usr/include/c++/6/bits/unique_ptr.h:49:28: note: declared here template class auto_ptr; ^~~~

cbftp commented 4 years ago

https://github.com/bioboy/biosocks2/pull/2