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: Sachin D Kulkarni <sachin.kulkarni@nordicsemi.no>
This commit is contained in:
Sachin D Kulkarni 2023-08-09 20:07:28 +05:30 committed by Fabio Baltieri
parent 0467fb89ba
commit 0399213cd5
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ strtod64
strtod128
strtof
strtok
strtok_r
strtol
strtold
strtoul