mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-30 02:02:30 +00:00 
			
		
		
		
	#3518: Expat version check in #defines incorrect
This commit is contained in:
		| @@ -604,7 +604,7 @@ void ParserEngine::handleError(int errorNo) | ||||
| 			throw SAXParseException("Reserved prefix 'xmlns' must not be declared or undeclared", locator()); | ||||
| 		case XML_ERROR_RESERVED_NAMESPACE_URI: | ||||
| 			throw SAXParseException("Prefix must not be bound to one of the reserved namespace names", locator()); | ||||
| 	#if XML_MAJOR_VERSION > 2 || XML_MINOR_VERSION >= 1 | ||||
| 	#if XML_MAJOR_VERSION > 2 || (XML_MINOR_VERSION >= 2 && XML_MICRO_VERSION >= 1) | ||||
| 		case XML_ERROR_INVALID_ARGUMENT: | ||||
| 			throw SAXParseException("Invalid argument", locator()); | ||||
| 	#endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Günter Obiltschnig
					Günter Obiltschnig