Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VC2Encoder.hpp:94:44: error: dynamic exception specifications are deprecated in C++11 [-Werror=deprecated] #4

Open
hannob opened this issue Feb 15, 2018 · 0 comments

Comments

@hannob
Copy link

hannob commented Feb 15, 2018

Compiling with gcc 7.3.0 causes this:

In file included from vc2hqencode.cpp:27:0:
VC2Encoder.hpp:94:44: error: dynamic exception specifications are deprecated in C++11 [-Werror=deprecated]
   void setParams(VC2EncoderParams &params) throw(VC2EncoderResult);
                                            ^~~~~

It is generally not advisable to enable Werror by default outside of testing environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant