osmo-msc/openbsc/src/osmo-bsc_mgcp
Holger Hans Peter Freyther 2f2be578cb misc: Use other size modifiers to fix compiler warnings
control_if.c:521:2: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint64_t’ [-Wformat]
osmo_bsc_bssap.c:473:3: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 7 has type ‘unsigned int’ [-Wformat]
mgcp_main.c:162:4: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 4 has type ‘unsigned int’ [-Wformatt]
2012-03-16 12:18:39 +01:00
..
Makefile.am mgcp: consistently name bsc_mgcp osmo-bsc_mgcp 2012-03-16 10:21:34 +01:00
mgcp_main.c misc: Use other size modifiers to fix compiler warnings 2012-03-16 12:18:39 +01:00