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 useless line #17

Closed
wants to merge 2 commits into from
Closed

Remove useless line #17

wants to merge 2 commits into from

Conversation

genevb
Copy link

@genevb genevb commented Aug 16, 2022

Tiny fix that got lost when PR #16 was dropped.

@genevb genevb requested a review from pcanal as a code owner August 16, 2022 03:08
@@ -132,7 +132,6 @@ void R__zipPrecisionCascade(int *srcsize, char *src, int *tgtsize, char **tgts,
}

auto content = reinterpret_cast<ROOT::Internal::PrecisionCascadeConfigArrayContent*>(configarray);
(void) configsize;
Copy link
Owner

@pcanal pcanal Aug 16, 2022

Choose a reason for hiding this comment

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

configsize is only used in the assert. Without this line, the compiler will complain about unused parameter in Release mode (where the assert is replaced with 'nothing').

@genevb genevb closed this Aug 16, 2022
@genevb genevb deleted the ZIGTest4 branch September 2, 2022 20:58
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