This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get B compiling and passing all tests on both 5.9.x and 5.8.x
[perl5.git] / taint.c
diff --git a/taint.c b/taint.c
index 1c74f87..620284c 100644 (file)
--- a/taint.c
+++ b/taint.c
@@ -61,7 +61,7 @@ Perl_taint_proper(pTHX_ const char *f, const char *s)
         else
            ug = " while running with -T switch";
        if (PL_unsafe || PL_taint_warn) {
-            if(ckWARN(WARN_TAINT))
+            if(ckWARN_d(WARN_TAINT))
                 Perl_warner(aTHX_ packWARN(WARN_TAINT), f, s, ug);
         }
         else {