Actions
Bug #2296
openvdr-live-3.0 lässt sich mit gcc6 nicht kompilieren
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
02/07/2016
Due date:
% Done:
0%
Estimated time:
Description
Die Fehlermeldung die erscheint ist:
In file included from live.h:8:0,
from live.cpp:10:
thread.h:22:7: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr< tnt::Tntnet > m_server;
^~~~~~
In file included from /usr/include/c++/6.0.0/memory:81:0,
from live.h:4,
from live.cpp:10:
/usr/include/c++/6.0.0/bits/unique_ptr.h:49:28: note: declared here
template<typename> class auto_ptr;
Files
Actions