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

Avoids a missing brace warning in schnorrsig/tests_impl.h on old compilers #933

Merged
merged 1 commit into from
May 3, 2021
Merged

Conversation

gmaxwell
Copy link
Contributor

@gmaxwell gmaxwell commented May 2, 2021

GCC 4.9.2, at least, emits "warning: missing braces around initializer"
without this.

Fixes #932

…ilers.

GCC 4.9.2, at least, emits "warning: missing braces around initializer"
 without this.
Copy link
Contributor

@real-or-random real-or-random left a comment

Choose a reason for hiding this comment

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

ACK 99e2d5b

Copy link
Contributor

@jonasnick jonasnick left a comment

Choose a reason for hiding this comment

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

utACK 99e2d5b

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.

gcc 4.9.2 emits missing braces warning
3 participants