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

mostly nodiscard #2175

Merged
merged 8 commits into from
Mar 30, 2022
Merged

mostly nodiscard #2175

merged 8 commits into from
Mar 30, 2022

Conversation

neheb
Copy link
Collaborator

@neheb neheb commented Mar 30, 2022

No description provided.

Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
Signed-off-by: Rosen Penev <[email protected]>
@codecov
Copy link

codecov bot commented Mar 30, 2022

Codecov Report

Merging #2175 (c0868af) into main (9cad8ce) will increase coverage by 0.00%.
The diff coverage is 98.38%.

@@           Coverage Diff           @@
##             main    #2175   +/-   ##
=======================================
  Coverage   63.29%   63.29%           
=======================================
  Files          98       99    +1     
  Lines       19568    19569    +1     
  Branches     9551     9554    +3     
=======================================
+ Hits        12385    12386    +1     
  Misses       5112     5112           
  Partials     2071     2071           
Impacted Files Coverage Δ
include/exiv2/basicio.hpp 100.00% <ø> (ø)
include/exiv2/datasets.hpp 100.00% <ø> (ø)
include/exiv2/error.hpp 47.05% <ø> (ø)
include/exiv2/metadatum.hpp 75.00% <ø> (ø)
include/exiv2/properties.hpp 100.00% <ø> (ø)
include/exiv2/tags.hpp 100.00% <ø> (ø)
src/cr2header_int.hpp 33.33% <ø> (ø)
src/makernote_int.hpp 91.66% <ø> (ø)
src/orfimage_int.hpp 100.00% <ø> (ø)
src/rw2image_int.hpp 100.00% <ø> (ø)
... and 14 more

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 081dfbd...c0868af. Read the comment docs.

Signed-off-by: Rosen Penev <[email protected]>
Copy link
Collaborator

@piponazo piponazo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 👏 It is surprising to me that the addition of [[nodiscard]] only impacted 2 .cpp files.

@piponazo piponazo merged commit 8f9b396 into Exiv2:main Mar 30, 2022
@neheb neheb deleted the 1 branch March 30, 2022 06:06
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