lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. e63bda774d


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. e63bda774dcaa8d66ea8b9111607f1edb30e3049
Date: Wed, 09 Sep 2015 08:45:07 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  e63bda774dcaa8d66ea8b9111607f1edb30e3049 (commit)
      from  a14537d15003e0f33fb376c4cb1280335514f203 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e63bda774dcaa8d66ea8b9111607f1edb30e3049
Author: Sylvain Rochet <address@hidden>
Date:   Wed Sep 9 10:43:35 2015 +0200

    unix port: delif: only build if NO_SYS is false
    
    It clears following warnings on !NO_SYS examples:
    
    ports/unix/netif/delif.c: In function ‘delif_thread’:
    ports/unix/netif/delif.c:270:13: error: unused variable ‘sem’ 
[-Werror=unused-variable]
       sys_sem_t sem;
                 ^
    ports/unix/netif/delif.c: At top level:
    ports/unix/netif/delif.c:266:1: error: ‘delif_thread’ defined but not 
used [-Werror=unused-function]
     delif_thread(void *arg)
     ^

-----------------------------------------------------------------------

Summary of changes:
 ports/unix/netif/delif.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]