Skip to content

Commit

Permalink
Fix windows build error (Xilinx#8140)
Browse files Browse the repository at this point in the history
Old stray print in Alveo Windows build, breaking VS2022.

Signed-off-by: Soren Soe <[email protected]>
Co-authored-by: Soren Soe <soeren@venus>
  • Loading branch information
stsoe and Soren Soe authored May 7, 2024
1 parent 2205e8d commit 0c0923c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/runtime_src/core/pcie/windows/alveo/system_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,9 @@ get_bdf_info(device::id_type id, bool is_user) const

void
system_windows::
scan_devices(bool verbose, bool json) const
scan_devices(bool /*verbose*/, bool /*json*/) const
{
std::cout << "TO-DO: scan_devices\n";
verbose = verbose;
json = json;
// TODO
}

std::shared_ptr<device>
Expand Down

0 comments on commit 0c0923c

Please sign in to comment.