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

Bluetooth: CAP: Fix log warning for meta pointer #82433

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

Thalley
Copy link
Collaborator

@Thalley Thalley commented Dec 2, 2024

Fixes the following warning:
cbprintf_package: cbprintf_package_convert:
(unsigned) char * used for %p argument. It's recommended
to cast it to void * because it may cause misbehavior in
certain configurations. String:"%s: meta %p len %zu" argument:1

Fixes the following warning:
<wrn> cbprintf_package: cbprintf_package_convert:
  (unsigned) char * used for %p argument. It's recommended
  to cast it to void * because it may cause misbehavior in
  certain configurations. String:"%s: meta %p len %zu" argument:1

Signed-off-by: Emil Gydesen <[email protected]>
@Thalley Thalley added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Dec 2, 2024
@Thalley Thalley self-assigned this Dec 2, 2024
@zephyrbot zephyrbot added area: Bluetooth Audio size: XS A PR changing only a single line of code area: Bluetooth labels Dec 2, 2024
@kartben kartben merged commit 3e0c08c into zephyrproject-rtos:main Dec 9, 2024
35 checks passed
@Thalley Thalley deleted the cap_log_fix branch December 9, 2024 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Audio area: Bluetooth size: XS A PR changing only a single line of code Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants