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 logging: Add autostart option to LOG_BACKEND_DEFINE 2018-10-11 13:29:50 +03:00
log_core.h c++: convert implicit conversion to explicit ones in header files 2018-11-16 15:18:36 -05:00
log_ctrl.h logging: allow mulitple log_panic calls 2018-09-27 13:11:26 +05:30
log_instance.h logging: Handle nios2 global pointer register issue 2018-11-10 12:38:29 -05:00
log_msg.h logging: Fix possible out-of-bound access in log_output 2018-10-30 15:29:28 +01:00
log_output.h subsys: logging: Add CR/LF handling flags 2018-10-18 17:53:11 -04:00
log.h logging: Fix LOG_LEVEL dependency on log.h include 2018-11-15 16:31:08 -05:00
sys_log.h logging: deprecate SYS_LOG_ macros 2018-10-31 10:11:14 -04:00