Skip to content

Commit

Permalink
compiler warning fixed (unised variable removed)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram2342 committed Sep 23, 2016
1 parent a2673be commit 952ab28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bruteforce.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ BOOST_AUTO_TEST_CASE(crcFourteen)
true, // Probe Reflected Input?
true); // Probe Reflected Output?

int found = crc_bruteforce->do_brute_force(4, test_vectors);
crc_bruteforce->do_brute_force(4, test_vectors);

BOOST_CHECK(1 == 1);

Expand Down

0 comments on commit 952ab28

Please sign in to comment.