Commit d9ebdb0
committed
ipc4: fix an "unused variable" warning, found by a fuzzer
If logging is disabled, the sof_uuid variable in ipc4_get_drv() will
be unused. Add an attribute to fix a compilation failure.
Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>1 parent 8386366 commit d9ebdb0
1 file changed
+1
-1
lines changed| 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