zephyr/include/logging
Alexander Polleti fb4cb3a878 c++: convert implicit conversion to explicit ones in header files
c++ does not allow implicit conversions and setting -fpermissive just
causes a huge load of warnings to appear and hides real errors.

This commit converts those implicit conversions to c-style explicit
conversions.

Signed-off-by: Alexander Polleti <metapsycholo@gmail.com>
2018-11-16 15:18:36 -05:00
..
log_backend.h
log_core.h c++: convert implicit conversion to explicit ones in header files 2018-11-16 15:18:36 -05:00
log_ctrl.h
log_instance.h
log_msg.h
log_output.h
log.h logging: Fix LOG_LEVEL dependency on log.h include 2018-11-15 16:31:08 -05:00
sys_log.h