[netinstall] Warnings-- for unused variable

This commit is contained in:
Adriaan de Groot 2021-04-23 12:48:25 +02:00
parent 231fa815c1
commit 192d307d39

View File

@ -392,7 +392,7 @@ ItemTests::testUrlFallback()
QVERIFY( map.count() > 0 );
c.setConfigurationMap( map );
}
catch ( YAML::Exception& e )
catch ( YAML::Exception& )
{
bool badYaml = true;
QVERIFY( !badYaml );