mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-06 05:31:57 +00:00
Avoid subtraction on void pointers. void* pointer arithmetic is not allowed by C standard and also C++. If you include "logging/log.h" into a C++ application it fails to build. Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com> |
||
---|---|---|
.. | ||
log_backend.h | ||
log_core.h | ||
log_ctrl.h | ||
log_instance.h | ||
log_msg.h | ||
log_output.h | ||
log.h | ||
sys_log.h |