From https://kamailio.sipwise.com/job/kamailiodev-nightly-binaries/architecture=amd64,distribution=bookworm/2381/consoleText

nat_traversal.c: In function 'get_register_expire':
../../core/parser/../dprint.h:321:73: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 11 has type 'long unsigned int' [-Wformat=]
  321 |                                                         fprintf(stderr, "%2d(%d) %s: %.*s%s%s%s" fmt, \
      |                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
../../core/parser/../dprint.h:345:25: note: in expansion of macro 'LOG_FX'
  345 |                         LOG_FX(facility, level, lname, prefix, _FUNC_NAME_, fmt, ## args)
      |                         ^~~~~~
../../core/parser/../dprint.h:351:25: note: in expansion of macro 'LOG_FL'
  351 |                         LOG_FL(facility, level, NULL, prefix, fmt, ## args)
      |                         ^~~~~~
../../core/parser/../dprint.h:354:25: note: in expansion of macro 'LOG_FP'
  354 |                         LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ## args)
      |                         ^~~~~~
../../core/parser/../dprint.h:401:45: note: in expansion of macro 'LOG'
  401 | #               define DBG(fmt, args...)    LOG(L_DBG, fmt , ## args)
      |                                             ^~~
../../core/parser/../dprint.h:405:36: note: in expansion of macro 'DBG'
  405 | #       define DEBUG(fmt, args...) DBG(fmt , ## args)
      |                                    ^~~
../../core/parser/../dprint.h:422:16: note: in expansion of macro 'DEBUG'
  422 | #define LM_DBG DEBUG
      |                ^~~~~
nat_traversal.c:926:9: note: in expansion of macro 'LM_DBG'
  926 |         LM_DBG("maximum expire for all contacts: %llu\n", (uint64_t)expire);
      |         ^~~~~~

@miconda same here


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/commit/f301ca9cdcc044dd05e9d82139e1db368be6dc5c/104360216@github.com>