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] Build warnings #1611

Closed
marcalff opened this issue Sep 13, 2022 · 0 comments · Fixed by #1613
Closed

[BUILD] Build warnings #1611

marcalff opened this issue Sep 13, 2022 · 0 comments · Fixed by #1613
Labels
bug Something isn't working

Comments

@marcalff
Copy link
Member

There are multiple build warnings in the source code.

Example:

/home/malff/CODE/MARC_GITHUB/opentelemetry-cpp/api/include/opentelemetry/nostd/string_view.h:84:4: error: extra ‘;’ after in-class function definition [-Werror=extra-semi]
   84 |   };

@marcalff marcalff added the bug Something isn't working label Sep 13, 2022
marcalff added a commit to marcalff/opentelemetry-cpp that referenced this issue Sep 13, 2022
Fix build warnings reported by gcc 10, with:
 -Wall -Werror
 -Wextra-semi
 -Werror=unused-parameter
 -Werror=undef
@marcalff marcalff mentioned this issue Sep 13, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant