2
0
forked from Ivasoft/DSView

warnings fix

This commit is contained in:
DreamSourceLab
2017-05-23 22:39:00 +08:00
parent 233f8f8495
commit 83d77b03a5
16 changed files with 161 additions and 167 deletions

View File

@@ -261,7 +261,7 @@ static int sanity_check_all_input_modules(void)
static int sanity_check_all_output_modules(void)
{
int i, errors, ret = SR_OK;
struct sr_output_module **outputs;
const struct sr_output_module **outputs;
const char *d;
sr_spew("Sanity-checking all output modules.");