mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
Fix compilation warnings
This commit is contained in:
parent
cd23da3c74
commit
5e93ad0638
6 changed files with 27 additions and 10 deletions
|
@ -47,7 +47,7 @@ static sd_event_source *cli_sigs[_NSIG];
|
|||
static sd_event_source *cli_stdin;
|
||||
static bool cli_rl;
|
||||
static const struct cli_cmd *cli_cmds;
|
||||
int cli_max_sev = LOG_NOTICE;
|
||||
unsigned int cli_max_sev = LOG_NOTICE;
|
||||
|
||||
static bool is_cli(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue