Skip to content
Snippets Groups Projects
Commit 7813b419 authored by Steven Murray's avatar Steven Murray
Browse files

Removed deprecated (in C++11) dynamic exception specifications from the

mediachanger code.

Example error:

/home/smurray/CTA/mediachanger/io.hpp:353:3: error: dynamic exception
specifications are deprecated in C++11 [-Werror=deprecated]
   throw(cta::exception::TimeOut, cta::exception::Exception);
   ^~~~~
parent feab755e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment