osmo-msc/src/osmo-msc
Pau Espin 3e1e47679d Remove undefined param passed to logging_vty_add_cmds
Since March 15th 2017, libosmocore API logging_vty_add_cmds() had its
parameter removed (c65c5b4ea075ef6cef11fff9442ae0b15c1d6af7). However,
definition in C file doesn't contain "(void)", which means number of
parameters is undefined and thus compiler doesn't complain. Let's remove
parameters from all callers before enforcing "(void)" on it.

Change-Id: Ia2b24ffd7f9cbb271fcdb979b851f3a07b9d6d3e
Related: OS#4138
2019-08-05 16:07:08 +02:00
..
Makefile.am build osmo-msc: add "missing" LIBASN1C_LIBS 2019-05-19 07:25:04 +00:00
msc_main.c Remove undefined param passed to logging_vty_add_cmds 2019-08-05 16:07:08 +02:00