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

Resolve g++ warning: free-nonheap-object #178

Merged

Conversation

marascio
Copy link
Contributor

@marascio marascio commented Dec 1, 2021

As described in issue #173, this warning is raised on various platforms and in various build types. For example, g++ 11 in release mode will cause this warning to be raised. This change fixes this warning.

As described in issue ToruNiina#173, this warning is raised on various platforms
and in various build types. For example, g++ 11 in release mode will
cause this warning to be raised. This change fixes this warning.
@rbruenig
Copy link

rbruenig commented Dec 2, 2021

I can confirm that this PR fixes the issue

@ToruNiina ToruNiina merged commit 3f233d5 into ToruNiina:master Dec 5, 2021
@ToruNiina
Copy link
Owner

sorry for the late response, thank you for fixing this!

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.

3 participants