mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
workaround for data testsuite linker issue
This commit is contained in:
parent
4624a585dd
commit
b0dff76762
@ -929,7 +929,7 @@ void DataTest::testRow()
|
||||
|
||||
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");
|
||||
}catch (NotFoundException&) {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user