Skip to content

Add explicit sign and narrowing conversions#44

Open
reillyeon wants to merge 1 commit into
Maratyszcza:masterfrom
reillyeon:explicit_sign_conversions
Open

Add explicit sign and narrowing conversions#44
reillyeon wants to merge 1 commit into
Maratyszcza:masterfrom
reillyeon:explicit_sign_conversions

Conversation

@reillyeon
Copy link
Copy Markdown

Fixes compiler warnings when the -Wsign-conversion and -Wimplicit-int-conversion flags are used.

This change is a no-op and only tells the compiler we are intentionally performing these (normally implicit) conversions.

Fixes compiler warnings when the -Wsign-conversion and
-Wimplicit-int-conversion are used.

This change is a no-op and only tells the compiler we are intentionally
performing these (normally implicit) conversions.
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.

1 participant