mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05: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 );
|
||||
c.setConfigurationMap( map );
|
||||
}
|
||||
catch ( YAML::Exception& e )
|
||||
catch ( YAML::Exception& )
|
||||
{
|
||||
bool badYaml = true;
|
||||
QVERIFY( !badYaml );
|
||||
|
|
Loading…
Add table
Reference in a new issue