mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[netinstall] Warnings-- for unused variable
This commit is contained in:
parent
231fa815c1
commit
192d307d39
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue