Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 54ba19ea authored by Adam W. Willis's avatar Adam W. Willis Committed by Michael Bestas
Browse files

blk-mq: Tentetively disable -Walign-mismatch warning

This silences the following compilation warning, introduced via
current upstream LLVM toolchain builds:

../block/blk-mq.c:581:44: warning: passing 8-byte aligned argument to 32-byte aligned parameter 2 of 'smp_call_function_single_async' may result in an unaligned pointer access [-Walign-mismatch]
                smp_call_function_single_async(ctx->cpu, &rq->csd);
                                                         ^
1 warning generated.

https://lore.kernel.org/linux-block/20210310225240.4epj2mdmz



Signed-off-by: default avatarAdam W. Willis <return.of.octobot@gmail.com>
Change-Id: Id2911fa6298d66d0f68a06f5a355b5a99ecd95e7
parent 49338de1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment