b8e12a3
diff -rupN libkml-0.6.1.old/src/kml/dom/geometry.cc libkml-0.6.1/src/kml/dom/geometry.cc
b8e12a3
--- libkml-0.6.1.old/src/kml/dom/geometry.cc	2009-01-09 14:31:00.000000000 -0500
b8e12a3
+++ libkml-0.6.1/src/kml/dom/geometry.cc	2010-08-02 02:30:23.000000000 -0400
b8e12a3
@@ -117,7 +117,7 @@ bool Coordinates::ParseVec3(const char* 
b8e12a3
   }
b8e12a3
   if (nextp) {
b8e12a3
     while (isspace(*endp)) {  // Eat the remaining whitespace before return.
b8e12a3
-      *endp++;
b8e12a3
+      (void)*endp++;
b8e12a3
     }
b8e12a3
     *nextp = endp;
b8e12a3
   }