We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
clang-12 complains:
/disk-samsung/freebsd-ports/science/pcmsolver/work/pcmsolver-1.3.0/src/utils/getkw/Section.cpp:110:5: warning: '~Section' has a non-throwing exception specification but can still throw [-Wexceptions] THROW_GETKW("Error! Unknown key type!"); ^ /disk-samsung/freebsd-ports/science/pcmsolver/work/pcmsolver-1.3.0/src/utils/getkw/GetkwError.h:27:5: note: expanded from macro 'THROW_GETKW' throw GetkwError(_err); \ ^ /disk-samsung/freebsd-ports/science/pcmsolver/work/pcmsolver-1.3.0/src/utils/getkw/Section.cpp:58:10: note: destructor has a implicit non-throwing exception specification Section::~Section() { ^ 1 warning generated.
Version: 1.3.0 FreeBSD 13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
clang-12 complains:
Version: 1.3.0
FreeBSD 13
The text was updated successfully, but these errors were encountered: