mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[initramfs] Warnings--
Initializing the JobQuene (and hence Global Storage) and the System instance is a bit odd, avoid unused-variable warning with an ugly cast instead.
This commit is contained in:
parent
0793971d01
commit
3df0878e43
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ InitramfsTests::initTestCase()
|
|||
{
|
||||
Logger::setupLogLevel( Logger::LOGDEBUG );
|
||||
|
||||
auto* j = new Calamares::JobQueue();
|
||||
(void) new Calamares::JobQueue();
|
||||
(void) new CalamaresUtils::System( true );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue