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

Fix warnings in Linux and MacOS compilation #31

Merged
merged 1 commit into from
May 11, 2021

Conversation

2shady4u
Copy link
Contributor

This PR just includes some housekeeping in the source and header files to remove all warnings from the linux and MacOS builds...

- Properly ca	ll `exit()` to stop noreturn warning
- Add default to all cases to stop undefined switch cases
- Add virtual destructor to runner_instance to stop undefined behaviour
Copy link
Owner

@JBenda JBenda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for cleaning lose ends.

@JBenda JBenda merged commit b0c7107 into JBenda:master May 11, 2021
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