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

Razvan Crainea razvan at opensips.org
Tue Jul 7 17:13:25 CEST 2015


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 35ae88587cdd0ad74b22dbd2299c0ed3b346e821
      https://github.com/OpenSIPS/opensips/commit/35ae88587cdd0ad74b22dbd2299c0ed3b346e821
  Author: Razvan Crainea <razvan at opensips.org>
  Date:   2015-07-07 (Tue, 07 Jul 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




More information about the Devel mailing list