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

Remove unnecessary semicolons #1173

Merged
merged 1 commit into from
Feb 5, 2018

Conversation

mikezackles
Copy link
Contributor

Description

I have a meson build that will build and run the Catch tests when Catch is used as a subproject. Those tests fail to build with the -Wpedantic flag because of the extra semicolons removed by this PR. This is very minor, but I figured I'd go ahead and submit in case you want the changes.

(Also, I don't know if you want to support a meson build in addition to CMake, but if that sounds appealing let me know and I will submit a PR.)

Thanks!

@mikezackles
Copy link
Contributor Author

Reopening as the travis failure seems fishy.

@mikezackles mikezackles closed this Feb 3, 2018
@mikezackles mikezackles reopened this Feb 3, 2018
@codecov
Copy link

codecov bot commented Feb 3, 2018

Codecov Report

Merging #1173 into master will not change coverage.
The diff coverage is 100%.

@@          Coverage Diff           @@
##           master   #1173   +/-   ##
======================================
  Coverage    81.6%   81.6%           
======================================
  Files         122     122           
  Lines        4697    4697           
======================================
  Hits         3833    3833           
  Misses        864     864

@horenmar
Copy link
Member

horenmar commented Feb 5, 2018

Thanks. I'll add -Wpedantic to the CI builds.

@horenmar horenmar merged commit 4be81d3 into catchorg:master Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants