9
0
Fork 0
This repository has been archived on 2022-06-17. You can view files and clone it, but cannot push or open issues or pull requests.
openggsn/lib
Pablo Neira Ayuso 0eaa5b8e6c 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.
2016-05-12 17:02:34 +02:00
..
Makefile.am lib: Speculatively add libosmocore cflags to the lib 2014-12-23 19:52:54 +01:00
debug.c logging: Switch to using libosmocore logging for all the code 2014-12-04 16:51:15 +01:00
getopt.c Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00
getopt1.c Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00
gnugetopt.h Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00
ippool.c logging: Switch to using libosmocore logging for all the code 2014-12-04 16:51:15 +01:00
ippool.h Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00
lookup.c gtp: fix several compilation warnings 2016-05-12 17:02:34 +02:00
lookup.h Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00
syserr.h logging: Switch to using libosmocore logging for all the code 2014-12-04 16:51:15 +01:00
tun.c openggsn: Check return codes and take error paths on failure. 2015-05-02 07:53:34 +02:00
tun.h Convert all code to Linux coding style 2011-11-02 13:06:18 +01:00