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 and possible errors (mostly conversions, a bool check in… #12

Merged
merged 1 commit into from
Jul 11, 2015

Conversation

Flamefire
Copy link
Member

… if, missing braces)

According to C++11 conversions in {}-initializer are not allowed, but adding anything to a short promotes it to int although the {}s expect short.
Besides that 2 fixes on signed/unsigned comparison

Flow86 added a commit that referenced this pull request Jul 11, 2015
Fix warnings and possible errors (mostly conversions, a bool check in…
@Flow86 Flow86 merged commit 68eca7e into Return-To-The-Roots:master Jul 11, 2015
@Flamefire Flamefire deleted the WarningFixes branch July 29, 2015 17:31
@stefson stefson mentioned this pull request Jul 27, 2016
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.

None yet

2 participants