mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
workaround for data testsuite linker issue
This commit is contained in:
parent
1c65148dfd
commit
4624a585dd
@ -923,7 +923,7 @@ void DataTest::testRow()
|
||||
|
||||
try
|
||||
{
|
||||
int i; i = row[5]; // to silence gcc
|
||||
int i; i = row[5].convert<int>(); // to silence gcc
|
||||
fail ("must fail");
|
||||
}catch (RangeException&) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user