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

Fix compiler warning on Apple/M1/Clang #1857

Merged
merged 1 commit into from
Aug 7, 2021

Conversation

kevinbackhouse
Copy link
Collaborator

Fixes: #1856

Fix suggested by @clanmills

@codecov
Copy link

codecov bot commented Aug 7, 2021

Codecov Report

Merging #1857 (e667346) into main (a1b65a7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1857   +/-   ##
=======================================
  Coverage   60.78%   60.78%           
=======================================
  Files          96       96           
  Lines       18881    18881           
  Branches     9494     9494           
=======================================
  Hits        11476    11476           
  Misses       5115     5115           
  Partials     2290     2290           

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 a1b65a7...e667346. Read the comment docs.

@kevinbackhouse
Copy link
Collaborator Author

@Mergifyio backport 0.27-maintenance

@mergify
Copy link
Contributor

mergify bot commented Aug 7, 2021

Command backport 0.27-maintenance: pending

Waiting for the pull request to get merged

@mergify
Copy link
Contributor

mergify bot commented Aug 7, 2021

Command backport 0.27-maintenance: success

Backports have been created

clanmills added a commit that referenced this pull request Aug 8, 2021
Fix compiler warning on Apple/M1/Clang (backport #1857)
@kevinbackhouse kevinbackhouse added this to the v1.00 milestone Aug 10, 2021
@kevinbackhouse kevinbackhouse deleted the FixBuildAppleM1 branch August 11, 2021 14:57
This was referenced Sep 8, 2021
This was referenced Oct 13, 2021
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.

Incorrect compiler -fstack-clash-protection warnings on Apple/M1/Clang
3 participants