openggsn.git branch master updated. 0.92-18-g0eaa5b8

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu May 12 15:02:47 UTC 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 "The OpenGGSN project".

The branch, master has been updated
       via  0eaa5b8e6c2b4ba5b5b88747d47a7bc125377faf (commit)
      from  176e895bd6ec06fdf062fe39ca208a59e91d23a3 (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 -----------------------------------------------------------------
http://cgit.osmocom.org/openggsn/commit/?id=0eaa5b8e6c2b4ba5b5b88747d47a7bc125377faf

commit 0eaa5b8e6c2b4ba5b5b88747d47a7bc125377faf
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Thu May 12 16:58:23 2016 +0200

    gtp: fix several compilation warnings
    
      CC       gtpie.lo
    gtpie.c: In function 'gtpie_encaps':
    gtpie.c:437:22: warning: variable 'm' set but not used [-Wunused-but-set-variable]
      union gtpie_member *m;
                          ^
    gtpie.c: In function 'gtpie_encaps2':
    gtpie.c:537:22: warning: variable 'm' set but not used [-Wunused-but-set-variable]
      union gtpie_member *m;
                          ^
    
    lookup.c: In function ‘lookup’:
    lookup.c:40:24: warning: typedef ‘ub1’ locally defined but not used [-Wunused-local-typedefs]
      typedef unsigned char ub1; /* unsigned 1-byte quantities */
                            ^
    
    Still one compilation warning left in cmdline.c, but that code
    is autogenerated.

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

Summary of changes:
 gtp/gtpie.c  | 4 ----
 lib/lookup.c | 1 -
 2 files changed, 5 deletions(-)


hooks/post-receive
-- 
The OpenGGSN project



More information about the osmocom-commitlog mailing list