summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-02-01 13:00:43 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-02-01 13:44:28 -0800
commit402642c6301a1dbc64ea3acc8beee35078afee26 (patch)
tree71c56e8bf397dab7307d74011f78d82bd4cd2f07 /proto.h
parent0ed3b851c1a44ee2a46a5cf0f07fb662405485b7 (diff)
downloadperl-402642c6301a1dbc64ea3acc8beee35078afee26.tar.gz
Allow pad_findmy’s retval to be ignored
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 528f0a74e7..750dab5387 100644
--- a/proto.h
+++ b/proto.h
@@ -2962,7 +2962,6 @@ PERL_CALLCONV PADOFFSET Perl_pad_findmy_pv(pTHX_ const char* name, U32 flags)
assert(name)
PERL_CALLCONV PADOFFSET Perl_pad_findmy_pvn(pTHX_ const char* namepv, STRLEN namelen, U32 flags)
- __attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);
#define PERL_ARGS_ASSERT_PAD_FINDMY_PVN \
assert(namepv)