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

BitFieldTest: fix warnings #239

Merged
merged 1 commit into from Apr 19, 2014
Merged

BitFieldTest: fix warnings #239

merged 1 commit into from Apr 19, 2014

Conversation

Tilka
Copy link
Member

@Tilka Tilka commented Apr 2, 2014

(warning: comparison of integers of different signs)

@Parlane
Copy link
Member

Parlane commented Apr 3, 2014

LGTM

@delroth
Copy link
Member

delroth commented Apr 3, 2014

Let's wait for @neobrain to come back to review this. It might have been wanted behavior.

@@ -122,6 +122,6 @@

// Assignment from other BitField
object.at_dword_boundary = object.regular_field_unsigned;
EXPECT_EQ(object.regular_field_unsigned, object.at_dword_boundary);
EXPECT_EQ((s64)object.regular_field_unsigned, object.at_dword_boundary);

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@Tilka
Copy link
Member Author

Tilka commented Apr 19, 2014

Yeah, my first fix was kinda dumb.

neobrain added a commit that referenced this pull request Apr 19, 2014
BitFieldTest: fix warnings
@neobrain neobrain merged commit 25a0115 into dolphin-emu:master Apr 19, 2014
@Tilka Tilka deleted the bitfield branch April 20, 2014 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants