[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:
Adriaan de Groot 2020-02-27 23:18:28 +01:00
parent 0793971d01
commit 3df0878e43

View File

@ -46,7 +46,7 @@ InitramfsTests::initTestCase()
{
Logger::setupLogLevel( Logger::LOGDEBUG );
auto* j = new Calamares::JobQueue();
(void) new Calamares::JobQueue();
(void) new CalamaresUtils::System( true );
}