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

games-action/btanks: Fix building with -Werror=terminate in GCC-6 #5190

Closed
wants to merge 1 commit into from

Conversation

Peter-Levine
Copy link
Contributor

Bug: https://bugs.gentoo.org/show_bug.cgi?id=609692
Package-Manager: Portage-2.3.6, Repoman-2.3.2

In C++11/14, destructors default to noexcept(true) and all throw statements become calls to std::terminate(). Destructors need to be marked noexcept(false) to enable C++98 throwing behavior.

Project is dead upstream with no means to submit patches or pull requests.

@gentoo-repo-qa-bot
Copy link
Collaborator

😞 The QA check for this pull request has found the following issues:

Issues inherited from Gentoo (may be modified by PR):
https://qa-reports.gentoo.org/output/gentoo-ci/672554a43/output.html#sys-auth/nss-pam-ldapd
https://qa-reports.gentoo.org/output/gentoo-ci/672554a43/output.html#sys-cluster/ceph

@gentoo-repo-qa-bot gentoo-repo-qa-bot added the assigned PR successfully assigned to the package maintainer(s). label Jul 24, 2017
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull Request assignment

Areas affected: ebuilds
Packages affected: games-action/btanks

games-action/btanks: @gentoo/games

@Peter-Levine Peter-Levine deleted the bug-609692 branch July 30, 2017 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s).
Projects
None yet
3 participants