<div><span>Hi</span></div><div><br></div><div><span>I am building mapserver 8.0.1 and libxml2 (2.12.6).<br>I am getting error C2440 in mapwcs.cpp L365 and mapwcs20.cpp L1449.</span></div><div><br></div><div><br></div><div><span>I have modified those lines: `xmlErrorPtr error = xmlGetLastError();` to `xmlErrorPtr error = (xmlErrorPtr)xmlGetLastError();` to compile.</span></div><div><br></div><div><span>I don't know the deep implications of all this if there are any.</span></div><div><br></div><span>Error C2440 does not occur in my case if I use libxml2 (2.10.3).</span><br>