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

Compiler warnings in the simulator #39

Merged
merged 3 commits into from
Jun 16, 2020
Merged

Conversation

maerhart
Copy link
Owner

There are a lot of unused variables and comparisons of integers with
differend signedness in the simulator, the compiler complains about.

Those are probably unintended, so this PR should remove most of them.

There are a lot of unused variables and comparisons of integers with
differend signedness in the simulator, the compiler complains about.
@maerhart maerhart requested a review from rodonisi June 16, 2020 17:08
@rodonisi
Copy link
Collaborator

It seems I had warnings off for some reason, sorry for that. Thanks for taking the time for fixing this!

rodonisi added 2 commits June 16, 2020 19:33
this should fix all remaining warnings
@rodonisi
Copy link
Collaborator

I fixed the remaining warnings I was getting

@maerhart maerhart merged commit e1b302b into master Jun 16, 2020
@maerhart maerhart deleted the fix_compiler_warnings branch June 16, 2020 20:02
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