Skip to content

Get rid of clang warning - fix for issue 119 #138

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

Closed
wants to merge 2 commits into from

Conversation

konserw
Copy link
Contributor

@konserw konserw commented Mar 23, 2017

This change removes CLang warning about typeid on pointer, so fixes issue #119

@@ -25,9 +25,7 @@ class MockCukeEngine : public CukeEngine {
EXPECT_THAT(typeid(classname).name(), StrEq(typeid(expression).name()))
Copy link
Member

Choose a reason for hiding this comment

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

I think EXPECT_TYPE was only needed for EXPECT_PTRTYPE. Guess we can remove it now.

paoloambrosio added a commit to paoloambrosio/cucumber-cpp that referenced this pull request Mar 26, 2017
@paoloambrosio
Copy link
Member

Squashed it myself without thinking GitHub wouldn't be able to cross-reference this PR. Anyway the squashed commits have been merged into master with f933ad1.

@konserw konserw deleted the issue119 branch April 2, 2018 10:06
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