mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 10:35:23 +00:00
c9c031a425
error: unused variable: `fw_path` --> test_infra/src/lib.rs:837:9 | 837 | fw_path: &str, | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_fw_path` | = note: `-D unused-variables` implied by `-D warnings` Signed-off-by: Bo Chen <chen.bo@intel.com>