Commit dbfba99
committed
Platform: POSIX: Avoid warning/error about unused
This change avoid errors:
sof/src/platform/posix/ipc.c:48:7: error: unused variable
'comp_new' [-Werror,-Wunused-variable]
sof/src/platform/posix/ipc.c:49:6: error: unused variable
'comp_idx' [-Werror,-Wunused-variable]
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>1 parent 042117b commit dbfba99
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments