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 Clang 16 warnings #5527

Merged
merged 4 commits into from
Aug 10, 2023
Merged

Fix Clang 16 warnings #5527

merged 4 commits into from
Aug 10, 2023

Conversation

dereference23
Copy link

No description provided.

@popcornmix
Copy link
Collaborator

Looks good to me (other than minor comment).

Clang 16 warns:

../drivers/staging/vc04_services/vc-sm-cma/vc_sm.c:816:19: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
        buffer->imported = 1;
                         ^ ~
../drivers/staging/vc04_services/vc-sm-cma/vc_sm.c:822:17: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion]
        buffer->in_use = 1;
                       ^ ~
2 warnings generated.

Signed-off-by: Alexander Winkowski <[email protected]>
@pelwell pelwell merged commit 3333d45 into raspberrypi:rpi-6.1.y Aug 10, 2023
10 of 11 checks passed
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Aug 11, 2023
kernel: Revert: Revert: io_uring: Use io_schedule* in cqring wait

kernel: Fix Clang 16 warnings
See: raspberrypi/linux#5527
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Aug 11, 2023
kernel: Revert: Revert: io_uring: Use io_schedule* in cqring wait

kernel: Fix Clang 16 warnings
See: raspberrypi/linux#5527
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants