Skip to content
Commit feaf008c authored by Marcin Niestroj's avatar Marcin Niestroj Committed by Carles Cufí
Browse files

mcumgr: fix type of pointer passed to base64_decode



base64_decode requires 'size_t *olen', but '*int' was passed
instead. This caused a -Wincompatible-pointer-types "note: expected
'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *'"
warning in qemu_x86 build. Fix that by using correct variable type.

Signed-off-by: default avatarMarcin Niestroj <m.niestroj@grinn-global.com>
parent 7dbbd8ad
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment