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

Removed unused private members to fix Qurt compiler warnings #28639

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

katzfey
Copy link
Contributor

@katzfey katzfey commented Nov 15, 2024

Removed unused private members in GSOF to fix these Qurt compiler warnings:

In file included from ../../libraries/AP_GSOF/AP_GSOF.cpp:4:
../../libraries/AP_GSOF/AP_GSOF.h:131:13: warning: private field 'packetcount' is not used [-Wunused-private-field]
uint8_t packetcount;
^
../../libraries/AP_GSOF/AP_GSOF.h:132:14: warning: private field 'gsofmsg_time' is not used [-Wunused-private-field]
uint32_t gsofmsg_time;
^

@peterbarker
Copy link
Contributor

Fixed the commit message and marked as MergeOnCIPass

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