DynaLoader: silence some compiler warnings
authorDavid Mitchell <davem@iabyn.com>
Tue, 12 Nov 2013 15:54:40 +0000 (15:54 +0000)
committerDavid Mitchell <davem@iabyn.com>
Wed, 13 Nov 2013 10:38:40 +0000 (10:38 +0000)
ext/DynaLoader/DynaLoader_pm.PL
ext/DynaLoader/dl_aix.xs
ext/DynaLoader/dl_dllload.xs
ext/DynaLoader/dl_dlopen.xs
ext/DynaLoader/dl_dyld.xs
ext/DynaLoader/dl_hpux.xs
ext/DynaLoader/dl_next.xs
ext/DynaLoader/dl_symbian.xs
ext/DynaLoader/dl_vms.xs
ext/DynaLoader/dl_win32.xs

index c67b4ab..d7f1bea 100644 (file)
@@ -85,7 +85,7 @@ package DynaLoader;
 # Tim.Bunce@ig.co.uk, August 1994
 
 BEGIN {
-    $VERSION = '1.20';
+    $VERSION = '1.21';
 }
 
 use Config;
index 0e9141d..e56fdc4 100644 (file)
@@ -772,6 +772,7 @@ dl_error()
 void
 CLONE(...)
     CODE:
+    PERL_UNUSED_VAR(items);
     MY_CXT_CLONE;
 
     /* MY_CXT_CLONE just does a memcpy on the whole structure, so to avoid
index 9a1069e..f7daf01 100644 (file)
@@ -197,6 +197,7 @@ dl_error()
 void
 CLONE(...)
     CODE:
+    PERL_UNUSED_VAR(items);
     MY_CXT_CLONE;
 
     /* MY_CXT_CLONE just does a memcpy on the whole structure, so to avoid
index 4646cb0..9cbbeb4 100644 (file)
@@ -271,6 +271,7 @@ dl_error()
 void
 CLONE(...)
     CODE:
+    PERL_UNUSED_VAR(items);
     MY_CXT_CLONE;
 
     /* MY_CXT_CLONE just does a memcpy on the whole structure, so to avoid
index b7ae161..280d27e 100644 (file)
@@ -226,6 +226,7 @@ dl_error()
 void
 CLONE(...)
     CODE:
+    PERL_UNUSED_VAR(items);
     MY_CXT_CLONE;
 
     /* MY_CXT_CLONE just does a memcpy on the whole structure, so to avoid
index 2cd6790..ff3ed37 100644 (file)
@@ -182,6 +182,7 @@ dl_error()
 void
 CLONE(...)
     CODE:
+    PERL_UNUSED_VAR(items);
     MY_CXT_CLONE;
 
     /* MY_CXT_CLONE just does a memcpy on the whole structure, so to avoid
index a15efa8..99f4d2f 100644 (file)
@@ -329,6 +329,7 @@ dl_error()
 void
 CLONE(...)
     CODE:
+    PERL_UNUSED_VAR(items);
     MY_CXT_CLONE;
 
     /* MY_CXT_CLONE just does a memcpy on the whole structure, so to avoid
index d10720b..9a0ba45 100644 (file)
@@ -226,6 +226,7 @@ dl_error()
 void
 CLONE(...)
     CODE:
+    PERL_UNUSED_VAR(items);
     MY_CXT_CLONE;
 
     /* MY_CXT_CLONE just does a memcpy on the whole structure, so to avoid
index d68c95b..11053a3 100644 (file)
@@ -359,6 +359,7 @@ dl_error()
 void
 CLONE(...)
     CODE:
+    PERL_UNUSED_VAR(items);
     MY_CXT_CLONE;
 
     /* MY_CXT_CLONE just does a memcpy on the whole structure, so to avoid
index 05495b8..3d86b95 100644 (file)
@@ -199,6 +199,7 @@ dl_error()
 void
 CLONE(...)
     CODE:
+    PERL_UNUSED_VAR(items);
     MY_CXT_CLONE;
 
     /* MY_CXT_CLONE just does a memcpy on the whole structure, so to avoid