summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-08-25 20:02:58 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-08-25 23:02:09 -0700
commit2f8d417bd28b4abb5998a05fa0a9ebeb970ca845 (patch)
tree09c88e6818197f64010460e11aacc611142af9f1 /pp.c
parent19c481f4fff148c75b12b0f9ef8dadc7116b1001 (diff)
downloadperl-2f8d417bd28b4abb5998a05fa0a9ebeb970ca845.tar.gz
pp.c: Suppress stupid compiler warning
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp.c b/pp.c
index e185cadd84..ea6eb00504 100644
--- a/pp.c
+++ b/pp.c
@@ -6072,7 +6072,7 @@ PP(pp_coreargs)
);
oa >>= 4;
}
- for (;oa;numargs&&(++svp,--numargs)) {
+ for (;oa;(void)(numargs&&(++svp,--numargs))) {
whicharg++;
switch (oa & 7) {
case OA_SCALAR: