Skip to content
Commit f3375af4 authored by Rob Barnes's avatar Rob Barnes Committed by Fabio Baltieri
Browse files

cbprintf: Remove unnecessary downcast



Downcast from const void* to void* is unnecessary since the signature of
memcpy expects a const in second param. This downcast will raise a
compile error when -Werror=cast-qual is on.

Signed-off-by: default avatarRob Barnes <robbarnes@google.com>
parent eedab178
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment