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

Fixed g++ 7 fall through warnings #1139

Merged
merged 1 commit into from
Aug 14, 2017

Conversation

racko
Copy link
Contributor

@racko racko commented Aug 12, 2017

No description provided.

@dirk-thomas
Copy link
Member

Maybe this should use a -Wimplicit-fallthrough=4 compliant comment. I would suggest // lint -fallthrough since it makes it also clear that the comments purpose is related to linting.

@racko
Copy link
Contributor Author

racko commented Aug 14, 2017

11:06:13 [test_rosbag.rosunit-r03random_play/test_random_play][FAILURE]------------------
11:06:13 False is not true
11:06:13   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
11:06:13     testMethod()
11:06:13   File "/tmp/catkin_workspace/src/ros_comm/test/test_rosbag/bag_migration_tests/test/random_play.py", line 155, in test_random_play
11:06:13     self.assertTrue(abs(input_time - expect_time) < .5)
11:06:13   File "/usr/lib/python2.7/unittest/case.py", line 422, in assertTrue
11:06:13     raise self.failureException(msg)

Let's check if I can retrigger the test :)

@racko
Copy link
Contributor Author

racko commented Aug 14, 2017

@ros-pull-request-builder retest this please

@racko
Copy link
Contributor Author

racko commented Aug 14, 2017

bump

@dirk-thomas
Copy link
Member

Thanks for the patch.

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