[Olsr-commit] OLSR.org main repository branch, master, updated. OLSRD_0_6_3-1351-g1c3a8fb

(spam-protected) (spam-protected)
Thu Oct 11 11:06:21 CEST 2012


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 "OLSR.org main repository".

        See http://olsr.org/git/?p=olsrd.git;a=commitdiff;h=OLSRD_0_6_3-1351-g1c3a8fb
        for a web version of the last commit.

The branch, master has been updated
       via  1c3a8fb52ebfe04a3074d41a666331fdfbab33d0 (commit)
      from  2077612ed3c7c752153847a8cb33ef180f1faa75 (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 1c3a8fb52ebfe04a3074d41a666331fdfbab33d0
Author: Ferry Huberts <(spam-protected)>
Date:   Thu Oct 11 10:15:45 2012 +0200

    mdns: fix compilation warnings
    
    src/mdns.c: In function ‘isInFilteredList’:
    src/mdns.c:406:7: warning: passing argument 2 of ‘olsr_ip_to_string’ from incompatible pointer type [enabled by default]
    In file included from src/mdns.c:65:0:
    ../../src/ipcalc.h:146:1: note: expected ‘const union olsr_ip_addr *’ but argument is of type ‘struct in_addr *’
    src/mdns.c:406:7: warning: passing argument 2 of ‘olsr_ip_to_string’ from incompatible pointer type [enabled by default]
    In file included from src/mdns.c:65:0:
    ../../src/ipcalc.h:146:1: note: expected ‘const union olsr_ip_addr *’ but argument is of type ‘struct in_addr *’
    src/mdns.c:411:7: warning: passing argument 2 of ‘olsr_ip_to_string’ from incompatible pointer type [enabled by default]
    In file included from src/mdns.c:65:0:
    ../../src/ipcalc.h:146:1: note: expected ‘const union olsr_ip_addr *’ but argument is of type ‘struct in6_addr *’
    src/mdns.c:411:7: warning: passing argument 2 of ‘olsr_ip_to_string’ from incompatible pointer type [enabled by default]
    In file included from src/mdns.c:65:0:
    ../../src/ipcalc.h:146:1: note: expected ‘const union olsr_ip_addr *’ but argument is of type ‘struct in6_addr *’
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

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

Summary of changes:
 lib/mdns/src/mdns.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
OLSR.org main repository




More information about the Olsr-commit mailing list