workaround for data testsuite linker issue

This commit is contained in:
Guenter Obiltschnig 2012-10-14 09:27:50 +00:00
parent 1c65148dfd
commit 4624a585dd

View File

@ -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&) {}