You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2019/10/23 23:54:55 UTC

[mynewt-mcumgr] branch master updated: mynewt_log_mgmt: Fix CI build

This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-mcumgr.git


The following commit(s) were added to refs/heads/master by this push:
     new 8574eec  mynewt_log_mgmt: Fix CI build
     new af8ac4c  Merge pull request #42 from vrahane/watermark_fix_log_mgmt
8574eec is described below

commit 8574eecb622e118445e2b1c1675cd1a43fca0c54
Author: Vipul Rahane <vr...@gmail.com>
AuthorDate: Wed Oct 23 16:45:47 2019 -0700

    mynewt_log_mgmt: Fix CI build
---
 cmd/log_mgmt/port/mynewt/src/mynewt_log_mgmt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/log_mgmt/port/mynewt/src/mynewt_log_mgmt.c b/cmd/log_mgmt/port/mynewt/src/mynewt_log_mgmt.c
index 9806c0a..77ce6cd 100644
--- a/cmd/log_mgmt/port/mynewt/src/mynewt_log_mgmt.c
+++ b/cmd/log_mgmt/port/mynewt/src/mynewt_log_mgmt.c
@@ -47,7 +47,7 @@ mynewt_log_mgmt_find_log(const char *log_name)
     }
 }
 
-static int
+__attribute__((__unused__)) static int
 log_mgmt_mynewt_err_map(int mynewt_os_err)
 {
     switch (mynewt_os_err) {