mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix gcc warning from unused variable
This commit is contained in:
parent
cf7f4e6c83
commit
ea95c6d33b
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user