[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
@ -46,7 +46,7 @@ InitramfsTests::initTestCase()
|
|||||||
{
|
{
|
||||||
Logger::setupLogLevel( Logger::LOGDEBUG );
|
Logger::setupLogLevel( Logger::LOGDEBUG );
|
||||||
|
|
||||||
auto* j = new Calamares::JobQueue();
|
(void) new Calamares::JobQueue();
|
||||||
(void) new CalamaresUtils::System( true );
|
(void) new CalamaresUtils::System( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user