Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
Signed-off-by: AShivangi <[email protected]>
  • Loading branch information
AShivangi committed Aug 31, 2023
1 parent 713a788 commit d1050af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_src/core/tools/common/TestRunner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ TestRunner::findXclbinPath( const std::shared_ptr<xrt_core::device>& _dev,
auto xclbin_name = _ptTest.get<std::string>("xclbin", "");
std::string xclbin_path;
#ifdef _WIN32
std::ignore(_dev);
boost::ignore_unused(_dev);
try {
xclbin_path = xrt_core::environment::xclbin_path(xclbin_name);
}
Expand Down

0 comments on commit d1050af

Please sign in to comment.