Skip to content
Commit 0399213c authored by Sachin D Kulkarni's avatar Sachin D Kulkarni Committed by Fabio Baltieri
Browse files

scripts: coccinelle: Remove strtok_r symbol from checklist



strtok_r is part of GNU99, but default Zephyr is built with C99, so,
the GNU headers are not pulled in, even if we add "--std=gnu99" it
won't override the C99 standard.

As a workaround for build we redefine the prototype, but this causes a
coding guideline warning, so, for now disable this warning
for strtok_r.

Signed-off-by: default avatarSachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
parent 0467fb89
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment