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 small warnings #170

Merged
merged 7 commits into from
Sep 13, 2021
Merged

Commits on Sep 12, 2021

  1. Fix -Wformat

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    9c116ac View commit details
    Browse the repository at this point in the history
  2. Fix -Wcomment

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    0589fb0 View commit details
    Browse the repository at this point in the history
  3. Fix -Worder

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    44496ae View commit details
    Browse the repository at this point in the history
  4. Fix -Wunused-parameter

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    f0ee203 View commit details
    Browse the repository at this point in the history
  5. Change static functions to inline to fix -Wunused-function

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    78b4a6a View commit details
    Browse the repository at this point in the history
  6. Fix -Wparentheses

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    bb5d4ec View commit details
    Browse the repository at this point in the history
  7. Fix -Wreturn-type

    Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
    Kenji Miyake committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    6a35231 View commit details
    Browse the repository at this point in the history