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

[Build] Fix multi-line comment warning #2738

Merged

Conversation

Fuzzbawls
Copy link
Collaborator

Comment lines that start with // and end with a \ will generate a
compiler warning on some compilers with -Wcomment enabled. Fix by
making this a block comment.

Comment lines that start with `//` and end with a `\` will generate a
compiler warning on some compilers with `-Wcomment` enabled. Fix by
making this a block comment.
@Fuzzbawls Fuzzbawls added this to the 6.0.0 milestone Feb 5, 2022
@Fuzzbawls Fuzzbawls self-assigned this Feb 5, 2022
Copy link

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

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

utACK 8724af0

Copy link

@furszy furszy left a comment

Choose a reason for hiding this comment

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

utACK 8724af0

@furszy furszy merged commit 37635f4 into PIVX-Project:master Feb 7, 2022
@Fuzzbawls Fuzzbawls modified the milestones: 6.0.0, 5.5.0 Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants