Commit 9d7121d
committed
mlx5/vfio: Avoid warning for unused count variable
When building in Release mode, assert() is compiled out. This causes the
compiler to warn that the variable 'count' is set but not used.
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>1 parent 8dd6dc3 commit 9d7121d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
| 461 | + | |
| 462 | + | |
462 | 463 | | |
463 | 464 | | |
464 | 465 | | |
| |||
0 commit comments