[netinstall] Warnings-- for unused variable
This commit is contained in:
parent
231fa815c1
commit
192d307d39
@ -392,7 +392,7 @@ ItemTests::testUrlFallback()
|
|||||||
QVERIFY( map.count() > 0 );
|
QVERIFY( map.count() > 0 );
|
||||||
c.setConfigurationMap( map );
|
c.setConfigurationMap( map );
|
||||||
}
|
}
|
||||||
catch ( YAML::Exception& e )
|
catch ( YAML::Exception& )
|
||||||
{
|
{
|
||||||
bool badYaml = true;
|
bool badYaml = true;
|
||||||
QVERIFY( !badYaml );
|
QVERIFY( !badYaml );
|
||||||
|
Loading…
Reference in New Issue
Block a user