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

although it was correct, osx gave lots of warnings for -Wlogical-op-parentheses #386

Merged
merged 2 commits into from May 17, 2019

Conversation

rijobro
Copy link
Contributor

@rijobro rijobro commented May 17, 2019

replace if (a || b && c) with if (a || (b && c)) even though the two are the same.

Richard Brown added 2 commits May 17, 2019 11:37
…arentheses

replace `if (a || b && c)` with `if (a || (b && c))` even though the two are the same.
@codecov
Copy link

codecov bot commented May 17, 2019

Codecov Report

Merging #386 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #386   +/-   ##
=======================================
  Coverage   50.05%   50.05%           
=======================================
  Files           2        2           
  Lines        1720     1720           
=======================================
  Hits          861      861           
  Misses        859      859

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 25565a0...6ab0a5d. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented May 17, 2019

Codecov Report

Merging #386 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #386   +/-   ##
=======================================
  Coverage   50.05%   50.05%           
=======================================
  Files           2        2           
  Lines        1720     1720           
=======================================
  Hits          861      861           
  Misses        859      859

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 25565a0...6ab0a5d. Read the comment docs.

@rijobro rijobro merged commit 5699213 into master May 17, 2019
@rijobro rijobro deleted the osx_suppress_gadgetron_warning branch May 17, 2019 13:12
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.

None yet

1 participant