Commit c5e7207
IPC4: Helper: Avoid warning about unused in ipc4_get_drv()
This change avoids warning/error:
sof/src/ipc/ipc4/helper.c:945:31: error: unused variable
'sof_uuid' [-Werror,-Wunused-variable]
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>1 parent d6e5002 commit c5e7207
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
945 | | - | |
| 945 | + | |
946 | 946 | | |
947 | 947 | | |
948 | 948 | | |
| |||
0 commit comments