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

Use mission_type argument in integration test #1834

Merged
merged 1 commit into from
Jul 5, 2022

Conversation

JonasVautherin
Copy link
Collaborator

Seems like this got forgotten. Should not change anything, just the compiler warning.

/src/integration_tests/mission_raw_import_and_fly.cpp: In function ‘mavsdk::MissionRaw::MissionItem create_mission_item(uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, float, float, float, float, double, double, double, uint32_t)’:
/src/integration_tests/mission_raw_import_and_fly.cpp:187:14: warning: unused parameter ‘_mission_type’ [-Wunused-parameter]
187 | uint32_t _mission_type)
| ~~~~~~~~~^~~~~~~~~~~~~

@JonasVautherin JonasVautherin requested a review from julianoes July 4, 2022 23:07
@JonasVautherin JonasVautherin merged commit c431680 into main Jul 5, 2022
@JonasVautherin JonasVautherin deleted the fix-compiler-warning branch July 5, 2022 09:23
@julianoes
Copy link
Collaborator

Sorry, I had that in another PR as well, just wasn't merged yet.

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.

2 participants