summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-06-19 14:52:17 +0100
committerDavid Mitchell <davem@iabyn.com>2015-06-19 15:57:14 +0100
commitac892e4a230de5bdb9243ef5c82b0fb5be7f8975 (patch)
treec7372b2e9aeab97a861ef1d8f3a205997ec34f8e /mg.c
parentd48cfc773d16936b4dfcfc305fcae6cc56950fce (diff)
downloadperl-ac892e4a230de5bdb9243ef5c82b0fb5be7f8975.tar.gz
silence some gcc -pendantic warnings
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index 064a1ae134..054d8396de 100644
--- a/mg.c
+++ b/mg.c
@@ -3279,7 +3279,7 @@ Perl_sighandler(int sig)
if (hek)
Perl_ck_warner(aTHX_ packWARN(WARN_SIGNAL),
"SIG%s handler \"%"HEKf"\" not defined.\n",
- PL_sig_name[sig], hek);
+ PL_sig_name[sig], HEKfARG(hek));
/* diag_listed_as: SIG%s handler "%s" not defined */
else Perl_ck_warner(aTHX_ packWARN(WARN_SIGNAL),
"SIG%s handler \"__ANON__\" not defined.\n",