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

Lots of warnings: dynamic exception specifications are deprecated in C++11 #37

Open
yurivict opened this issue Sep 7, 2018 · 0 comments

Comments

@yurivict
Copy link

yurivict commented Sep 7, 2018

Almost every C++ file generates at least one warning like this:

/usr/ports/science/ecce/work/ECCE-7.3.4-beta-8-gaf79f45/include/util/CommandParameter.H:75:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
       vector<string> *getDefaultStringList() const throw(MismatchedTypeException);
                                                    ^~~~~

gcc7, FreeBSD 11.2

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