[LIBXML]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 18 Oct 2015 08:39:56 +0000 (08:39 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 18 Oct 2015 08:39:56 +0000 (08:39 +0000)
- Fix VS2013 build

svn path=/trunk/; revision=69589

reactos/lib/3rdparty/libxml2/CMakeLists.txt

index 2e12f74..90f949a 100644 (file)
@@ -70,6 +70,8 @@ add_dependencies(libxml2 psdk)
 if(MSVC)
     # Formal parameter different from declaration
     add_target_compile_flags(libxml2 "/wd4101")
+    # Local variable initialized but not referenced
+    replace_compile_flags("/we4189" " ")
 else()
     add_target_compile_flags(libxml2 "-w")
 endif()