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

Fixed [dis]engage_platform declarations mismatch #2213

Merged
merged 1 commit into from
Apr 13, 2021

Conversation

mbeniamino
Copy link
Contributor

Description

Added a missing void return type for the engage_platform() and disengage_platform() declarations, otherwise assumed int.

GitHub Issues

Closes #2212

@codecov
Copy link

codecov bot commented Apr 13, 2021

Codecov Report

Merging #2213 (421692d) into v2.x (42e368d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             v2.x    #2213   +/-   ##
=======================================
  Coverage   88.78%   88.78%           
=======================================
  Files         139      139           
  Lines        5705     5705           
=======================================
  Hits         5065     5065           
  Misses        640      640           

@horenmar horenmar merged commit 469a717 into catchorg:v2.x Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants