commit | 09cad20b4890295cf00504db59abc22eb51b9006 | [log] [tgz] |
---|---|---|
author | Gerson Fernando Budke <nandojve@gmail.com> | Thu Aug 11 15:23:36 2022 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Aug 24 10:06:53 2022 +0200 |
tree | 512699b834c8c9b7d14acffd2bc00fc1652a45f9 | |
parent | 60bb5843016b67c97b3cf8bba5ffa6d6ca65f0d1 [diff] |
logging/log_core.h: Fix unused variable diagnose The current _mode variable can be diagnosed as unused by tools like clang-tidy-14. This add a small fix to by pass this situation and allow run analysis tool without this warning/error. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>