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> |
||
|---|---|---|
| .. | ||
| array_size.cocci | ||
| boolean.cocci | ||
| const_config_info.cocci | ||
| deref_null.cocci | ||
| find_dev_usage.cocci | ||
| find_functions.cocci | ||
| identifier_length.cocci | ||
| ignore_return.cocci | ||
| int_ms_to_timeout.cocci | ||
| irq_lock.cocci | ||
| macros.h | ||
| mini_lock.cocci | ||
| ms_timeout.cocci | ||
| noderef.cocci | ||
| reserved_names.cocci | ||
| returnvar.cocci | ||
| same_identifier.cocci | ||
| semicolon.cocci | ||
| symbols.txt | ||
| unsigned_lesser_than_zero.cocci | ||
| unsigned_shift.cocci | ||
| unsigned_suffix.cocci | ||