``` CC (gcc) [M tm.so] timer.o CC (gcc) [M tm.so] tm.o CC (gcc) [M tm.so] tm_load.o CC (gcc) [M tm.so] uac.o In file included from ../../core/mem/shm.h:43, from ../../core/mem/shm_mem.h:32, from uac.c:29: uac.c: In function 't_run_local_req': ../../core/mem/../dprint.h:354:57: warning: format '%u' expects argument of type 'unsigned int', but argument 13 has type 'msg_flags_t' {aka 'long long unsigned int'} [-Wformat=] 354 | fprintf(stderr, "%2d(%d) %s: %.*s%s%s%s" fmt, process_no, \ | ^~~~~~~~~~~~~~~~~~~~~~~~ ../../core/mem/../dprint.h:382:9: note: in expansion of macro 'LOG_FX' 382 | LOG_FX(facility, level, lname, prefix, _FUNC_NAME_, fmt, ##args) | ^~~~~~ ../../core/mem/../dprint.h:388:9: note: in expansion of macro 'LOG_FL' 388 | LOG_FL(facility, level, NULL, prefix, fmt, ##args) | ^~~~~~ ../../core/mem/../dprint.h:391:9: note: in expansion of macro 'LOG_FP' 391 | LOG_FP(DEFAULT_FACILITY, (level), LOC_INFO, fmt, ##args) | ^~~~~~ ../../core/mem/../dprint.h:453:27: note: in expansion of macro 'LOG' 453 | #define DBG(fmt, args...) LOG(L_DBG, fmt, ##args) | ^~~ ../../core/mem/../dprint.h:457:29: note: in expansion of macro 'DBG' 457 | #define DEBUG(fmt, args...) DBG(fmt, ##args) | ^~~ ../../core/mem/../dprint.h:497:16: note: in expansion of macro 'DEBUG' 497 | #define LM_DBG DEBUG | ^~~~~ uac.c:329:17: note: in expansion of macro 'LM_DBG' 329 | LM_DBG("local Via update - new socket: [%.*s] - msg-flags: %u", | ^~~~~~ LD (gcc) [M tm.so] tm.so CC (gcc) [M tmx.so] t_var.o CC (gcc) [M tmx.so] tmx_mod.o CC (gcc) [M tmx.so] tmx_pretran.o LD (gcc) [M tmx.so] tmx.so ```
Thanks, fixed!
Closed #3585 as completed.