osmo-msc/openbsc/src/libctrl
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 src: port openBSC over libosmo-abis 2011-08-19 22:38:35 +02:00
control_cmd.c libctrl: Add a function to create the cmd 2011-08-22 23:45:57 +02:00
control_if.c misc: Use other size modifiers to fix compiler warnings 2012-03-16 12:18:39 +01:00