Skip to content

Commit e7d36aa

Browse files
committed
Fix now unused variable warning
1 parent 33169d6 commit e7d36aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_fixed_width_trunc.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ void test()
1717
constexpr T validation_val_3 {UINT32_C(123), 3};
1818
constexpr T validation_val_4 {UINT32_C(1235), 2};
1919
constexpr T validation_val_5 {UINT32_C(12346), 1};
20-
constexpr T validation_val_7 {test_val};
2120

2221
BOOST_TEST_EQ(rescale(test_val, 0), rescale(test_val));
2322
BOOST_TEST_EQ(rescale(test_val, 1), validation_val_1);

0 commit comments

Comments
 (0)