fix gcc warning from unused variable

This commit is contained in:
Thomas Fussell 2017-03-20 19:23:22 -04:00
parent cf7f4e6c83
commit ea95c6d33b

View File

@ -1027,7 +1027,6 @@ public:
ws1[xlnt::cell_reference("A2")].value(true);
const auto ws1_const = ws1;
TS_ASSERT_EQUALS(ws1[xlnt::cell_reference("A2")].value<bool>(), true);
TS_ASSERT_EQUALS((*(*ws1[xlnt::range_reference("A2:A2")].begin()).begin()).value<bool>(), true);