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

Fix build warnings #1613

Merged
merged 4 commits into from
Sep 14, 2022
Merged

Commits on Sep 13, 2022

  1. Fix issue open-telemetry#1611

    Fix build warnings reported by gcc 10, with:
     -Wall -Werror
     -Wextra-semi
     -Werror=unused-parameter
     -Werror=undef
    marcalff committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    13c044b View commit details
    Browse the repository at this point in the history
  2. Fix format

    marcalff committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    f6520aa View commit details
    Browse the repository at this point in the history
  3. Fix review comments,

    remove debug code
    marcalff committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    d70f39d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Remove dead code.

    marcalff committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    1c83594 View commit details
    Browse the repository at this point in the history