Commit d6e5002
Audio: IGO NR: Avoid warning about unused variable
This change avoids warning and error about:
sof/src/audio/igo_nr/igo_nr.c:678:20: error: unused variable
'cd' [-Werror,-Wunused-variable]
struct comp_data *cd = module_get_private_data(mod);
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>1 parent 8386366 commit d6e5002
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
0 commit comments