Commit 0563888b authored by filatov's avatar filatov
Browse files

supress warning

parent 92a64fd5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1393,7 +1393,6 @@ static int location_tag (cxml_handler_t* const _h, cxml_tag_t * const tag)
		absolute = cstrequal(v, "absolute");
			
		v = cxml_tag_attr_value(tag, "latitude");
		int relative = 1;
		if(v == NULL){
			fprintf(stderr, "ERROR: Latitude must be specified for location.\n");
			return -1;