[Olsr-commit] OLSR.org main repository branch, master, updated. v0.9.0.3-492-g90610f3

(spam-protected) (spam-protected)
Sat Mar 5 16:21:51 CET 2016


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=v0.9.0.3-492-g90610f3
        for a web version of the last commit.

The branch, master has been updated
       via  90610f3d01e4701c734325b19d1ec336785c2476 (commit)
       via  6f69be23b3d8bfff3d8edc4bb9cb9a0af94e2582 (commit)
       via  c55c264eaa602e3aa4a5fbbcf6c2c2ceeabe8b02 (commit)
       via  bf1a70dbd58de5471d973bdc51437634eb445848 (commit)
       via  59dcbad7f258c4faa5d0a08b4a5847d3b05641a3 (commit)
       via  48115ca6f2f4bdfd7fd7c9dbcd6f6bd0eb389328 (commit)
      from  2ebc726b94a62e155934bbbd007bee3bcc4fd11d (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 90610f3d01e4701c734325b19d1ec336785c2476
Author: Ferry Huberts <(spam-protected)>
Date:   Sat Mar 5 15:59:09 2016 +0100

    gui: fix a few clang warnings
    
    src/ipc.c:165:17: warning: cast from 'char *' to 'union olsr_message *' increases required alignment from 1 to 4 [-Wcast-align]
              msg = (union olsr_message *)&tmp[tmp_len];
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    src/ipc.c:184:19: warning: cast from 'char *' to 'union olsr_message *' increases required alignment from 1 to 4 [-Wcast-align]
                msg = (union olsr_message *)tmp;
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
    src/main.c:54:16: warning: cast from 'char *' to 'struct in_addr *' increases required alignment from 1 to 4 [-Wcast-align]
      in.s_addr = ((struct in_addr *)(hp->h_addr_list[0]))->s_addr;
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    src/main.c:60:26: warning: cast from 'char *' to 'struct in_addr *' increases required alignment from 1 to 4 [-Wcast-align]
      pin.sin_addr.s_addr = ((struct in_addr *)(hp->h_addr_list[0]))->s_addr;
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 6f69be23b3d8bfff3d8edc4bb9cb9a0af94e2582
Author: Ferry Huberts <(spam-protected)>
Date:   Sat Mar 5 12:22:16 2016 +0100

    make: fix compiler flags probing
    
    Basically reverts
      "make: need to load the OS specific makefile before evaluating WARNINGS"
      d9b773d94c5f84a769a20a563f9cf25a81a030fa.
    and then adds OS specific compiler support
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit c55c264eaa602e3aa4a5fbbcf6c2c2ceeabe8b02
Author: Ferry Huberts <(spam-protected)>
Date:   Sat Mar 5 12:28:19 2016 +0100

    make: move -Werror flag into the normal list of warnings
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit bf1a70dbd58de5471d973bdc51437634eb445848
Author: Ferry Huberts <(spam-protected)>
Date:   Sat Mar 5 12:22:57 2016 +0100

    make: do not add -Wcast-qual on Windows
    
    It triggers a _lot_ of warnings in src/win32/compat.h
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 59dcbad7f258c4faa5d0a08b4a5847d3b05641a3
Author: Ferry Huberts <(spam-protected)>
Date:   Sat Mar 5 15:30:32 2016 +0100

    make: improve clang support
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

commit 48115ca6f2f4bdfd7fd7c9dbcd6f6bd0eb389328
Author: Ferry Huberts <(spam-protected)>
Date:   Sat Mar 5 11:37:31 2016 +0100

    main: add noreturn attribute on olsr_segv_handler
    
    Signed-off-by: Ferry Huberts <(spam-protected)>

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

Summary of changes:
 Makefile.inc                   | 43 +++++++++++++++++++++++++-----------------
 gcc-warnings                   | 20 ++++++++++++++++++--
 gui/linux-gtk/src/ipc.c        |  4 ++--
 gui/linux-gtk/src/main.c       |  4 ++--
 make/Makefile.android          | 21 ++-------------------
 make/Makefile.android.compiler | 21 +++++++++++++++++++++
 src/main.c                     |  1 +
 7 files changed, 72 insertions(+), 42 deletions(-)
 create mode 100644 make/Makefile.android.compiler


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



More information about the Olsr-commit mailing list