Skip to content
Commit 24414e3c authored by Bruce Rosier's avatar Bruce Rosier Committed by David Leach
Browse files

subsystem: tracing: test: fix k_pipe_put_* functions



    k_pipe_put_* functions should take const void* data
    instead of void* data. This can lead to warnings at the
    the -Werror=discarded-qualifiers compiler flag, because the
    the input will be const void* and the parameter will be void*.
    Fix it by replacing void* data with “const void* data”.

Signed-off-by: default avatarBruce Rosier <brucerosier9@gmail.com>
parent 5b232bf1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment