libcalamares: suppress unused-variable warning

This commit is contained in:
Adriaan de Groot 2023-08-28 22:33:00 +02:00
parent 8dfa123e81
commit dc666d29b8

View File

@ -119,10 +119,10 @@ GeoIPTests::testXML()
void void
GeoIPTests::testXML2() GeoIPTests::testXML2()
{ {
#ifdef QT_XML_LIB
static const char data[] static const char data[]
= "<Response><TimeZone>America/North Dakota/Beulah</TimeZone></Response>"; // With a space! = "<Response><TimeZone>America/North Dakota/Beulah</TimeZone></Response>"; // With a space!
#ifdef QT_XML_LIB
GeoIPXML handler; GeoIPXML handler;
auto tz = handler.processReply( data ); auto tz = handler.processReply( data );