Skip to content

Disable warnings when compiling test code -Werror and GCC 9.3.0 #185

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

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

aentinger
Copy link
Contributor

Disabling -Wcast-function-type for FakeIt mocking framework and -Wdeprecated-copy for cloud data types (both cause warnings which become errors when compiling with -Werror and GCC 9.3.0.

…recated-copy for cloud data types (both cause warnings which become errors when compiling with -Werror and GCC 9.3.0
@aentinger aentinger added the type: enhancement Proposed improvement label Aug 3, 2020
@aentinger aentinger self-assigned this Aug 3, 2020
@codecov-commenter
Copy link

codecov-commenter commented Aug 3, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #185   +/-   ##
=======================================
  Coverage   95.61%   95.61%           
=======================================
  Files          29       29           
  Lines        1004     1004           
=======================================
  Hits          960      960           
  Misses         44       44           

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 8a3b0e8...80fc4e1. Read the comment docs.

@aentinger aentinger merged commit 69a4aad into master Aug 3, 2020
@aentinger aentinger deleted the fix-fakeit-warning-g++-9 branch August 3, 2020 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants