1
0
Fork 0
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:
albfan 2016-10-23 03:58:47 +02:00
parent cd23da3c74
commit 5e93ad0638
6 changed files with 27 additions and 10 deletions

View file

@ -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)
{