Skip to content

Commit

Permalink
fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
atafra committed Oct 29, 2024
1 parent e5d58ef commit b6439ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/oidnTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,9 @@ TEST_CASE("physical device", "[physical_device]")
else
REQUIRE(getError() == Error::InvalidArgument);

const uint32_t nodeMask = physicalDevice.get<uint32_t>("nodeMask");
physicalDevice.get<uint32_t>("nodeMask");
if (luidSupported)
{
REQUIRE(getError() == Error::None);
//REQUIRE(nodeMask != 0);
}
else
REQUIRE(getError() == Error::InvalidArgument);

Expand Down

0 comments on commit b6439ac

Please sign in to comment.