autorec: fix the compilation error (value computed is not used)
This commit is contained in:
parent
04e9466164
commit
52d34e7c26
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ dvr_autorec_init(void)
|
|||
HTSMSG_FOREACH(f, l) {
|
||||
if((c = htsmsg_get_map_by_field(f)) == NULL)
|
||||
continue;
|
||||
(void *)dvr_autorec_create(f->hmf_name, c);
|
||||
(void)dvr_autorec_create(f->hmf_name, c);
|
||||
}
|
||||
htsmsg_destroy(l);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue