[OpenSIPS-Devel] [OpenSIPS/opensips] efda8e: fix inline functions to comply with gnu11

Razvan Crainea razvan at opensips.org
Fri Aug 21 13:20:38 CEST 2015


  Branch: refs/heads/2.1
  Home:   https://github.com/OpenSIPS/opensips
  Commit: efda8e1290aa519497be75b85052639fa7f0c684
      https://github.com/OpenSIPS/opensips/commit/efda8e1290aa519497be75b85052639fa7f0c684
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-08-21 (Fri, 21 Aug 2015)

  Changed paths:
    M Makefile.defs
    M context.h
    M daemonize.h
    M db/db_insertq.h
    M dprint.h
    M mem/meminfo.h
    M modules/benchmark/benchmark.h
    M modules/cachedb_redis/cachedb_redis_utils.h
    M modules/compression/compression_helpers.h
    M modules/dialog/dlg_hash.h
    M modules/dispatcher/ds_fixups.h
    M modules/seas/ha.h
    M modules/seas/statistics.h
    M modules/tm/t_funcs.h
    M parser/parse_to.h
    M resolve.h
    M socket_info.h
    M ut.h

  Log Message:
  -----------
  fix inline functions to comply with gnu11

The new gcc 5.1 version uses by default gnu11 standard, which behaves a bit
differently with inline functions (more details here:
https://gcc.gnu.org/gcc-5/porting_to.html)

Closes #555

(cherry picked from commit 35ae88587cdd0ad74b22dbd2299c0ed3b346e821)


  Commit: 239c4a0632fb3bebb7a110f53a61eaee96d36f2b
      https://github.com/OpenSIPS/opensips/commit/239c4a0632fb3bebb7a110f53a61eaee96d36f2b
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-08-21 (Fri, 21 Aug 2015)

  Changed paths:
    M context.c
    M context.h
    M core_stats.c
    M daemonize.c
    M daemonize.h
    M db/db_insertq.c
    M db/db_insertq.h
    M dprint.c
    M dprint.h
    M forward.c
    M io_wait.h
    M mem/mem.c
    M mem/meminfo.h
    M modules/alias_db/alookup.c
    M modules/benchmark/benchmark.h
    M modules/dialog/dlg_hash.c
    M modules/dialog/dlg_hash.h
    M modules/dispatcher/ds_fixups.c
    M modules/dispatcher/ds_fixups.h
    M modules/mangler/contact_ops.h
    M modules/proto_tls/proto_tls.c
    M modules/proto_ws/proto_ws.c
    M modules/proto_ws/ws.c
    M modules/seas/event_dispatcher.c
    M modules/seas/ha.c
    M modules/seas/ha.h
    M modules/seas/statistics.c
    M modules/seas/statistics.h
    M modules/sms/sms_funcs.c
    M modules/sms/sms_report.c
    M modules/tm/t_funcs.c
    M modules/tm/t_funcs.h
    M msg_translator.c
    M net/net_tcp.c
    M net/net_tcp_proc.c
    M net/net_udp.c
    M parser/parse_to.c
    M parser/parse_to.h
    M pt.h
    M reactor_defs.h
    M resolve.c
    M resolve.h
    M socket_info.c
    M socket_info.h
    M sr_module.c
    M sr_module_deps.c
    M sr_module_deps.h
    M statistics.c
    M ut.c
    M ut.h

  Log Message:
  -----------
  gcc 5.1 warnings fix

re-arranged code to comply with gnu11

(cherry picked from commit 9da7c53a27b1048fc3244934238fccb0933bad26)


  Commit: 4be80fa72e9fbddc79cdb4ffdfb938c643c4193c
      https://github.com/OpenSIPS/opensips/commit/4be80fa72e9fbddc79cdb4ffdfb938c643c4193c
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-08-21 (Fri, 21 Aug 2015)

  Changed paths:
    M ip_addr.h

  Log Message:
  -----------
  ip_addr: fix unused variable warning


Compare: https://github.com/OpenSIPS/opensips/compare/9ac540c93e29...4be80fa72e9f


More information about the Devel mailing list