diff --git a/src/modules/initramfs/Tests.cpp b/src/modules/initramfs/Tests.cpp index 04910f724..2a236e64b 100644 --- a/src/modules/initramfs/Tests.cpp +++ b/src/modules/initramfs/Tests.cpp @@ -46,7 +46,7 @@ InitramfsTests::initTestCase() { Logger::setupLogLevel( Logger::LOGDEBUG ); - auto* j = new Calamares::JobQueue(); + (void) new Calamares::JobQueue(); (void) new CalamaresUtils::System( true ); }