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

Shebang parser: add virtual destructor #9379

Merged
merged 1 commit into from
Nov 19, 2023
Merged

Conversation

roberth
Copy link
Member

@roberth roberth commented Nov 19, 2023

Fixes:

warning: destructor called on non-final 'nix::ParseUnquoted' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]

Motivation

Context

Priorities

Add 👍 to pull requests you find important.

Fixes:

    warning: destructor called on non-final 'nix::ParseUnquoted' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
@Ericson2314 Ericson2314 merged commit f739fc0 into master Nov 19, 2023
15 checks passed
@Ericson2314 Ericson2314 deleted the shebang-virtual-dtor branch November 19, 2023 05:05
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

Successfully merging this pull request may close these issues.

2 participants