Commit 96c624a
committed
helpers: media_device: ignore lockf return value
When using gcc (with ~-Werror=unused-result), compilation fails,
because the return value of lockf is ignored at one place.
To avoid this error, assign the return value to std::ignore.
Signed-off-by: Gyorgy Sarvari <[email protected]>1 parent dbbcf4f commit 96c624a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
0 commit comments