libcalamares: suppress unused-variable warning
This commit is contained in:
parent
8dfa123e81
commit
dc666d29b8
@ -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 );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user