mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
workaround for data testsuite linker issue
This commit is contained in:
@@ -929,7 +929,7 @@ void DataTest::testRow()
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
int i; i = row["a bad name"]; // to silence gcc
|
int i; i = row["a bad name"].convert<int>(); // to silence gcc
|
||||||
fail ("must fail");
|
fail ("must fail");
|
||||||
}catch (NotFoundException&) {}
|
}catch (NotFoundException&) {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user