Files
MINGW-packages/mingw-w64-libxml2/0015-fix-unused-parameters-warning.all.patch
Eduard Braun 05f496488e libxml2: update to version 2.9.7 (#3164)
* libxml2: update to version 2.9.7

* libxml2: remove two additional patches that became unnecessary
2017-11-29 12:20:36 +03:00

13 lines
370 B
Diff

--- libxml2-2.9.0/threads.c.orig 2013-03-31 15:27:37 +0400
+++ libxml2-2.9.0/threads.c 2013-03-31 15:29:58 +0400
@@ -1007,6 +1007,9 @@
ATTRIBUTE_UNUSED LPVOID lpvReserved)
#endif
{
+ /* Unused */
+ (void)(hinstDLL);
+ (void)(lpvReserved);
switch (fdwReason) {
case DLL_THREAD_DETACH:
if (globalkey != TLS_OUT_OF_INDEXES) {