summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2005-07-12 18:29:43 +0000
committerDave Mitchell <davem@fdisolutions.com>2005-07-12 18:29:43 +0000
commit282e17420839364a06808f9f85ab641c510d8296 (patch)
tree6880d8f34d9a165f8a779a5807c465ff498ebcab /proto.h
parent56d23705b5c1a6644965d52e2de049e897bc5077 (diff)
downloadperl-282e17420839364a06808f9f85ab641c510d8296.tar.gz
S_pad_findlex has side effects, so its return value may be ignored
p4raw-id: //depot/perl@25127
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 39e5a2d1db..0dc9b03adb 100644
--- a/proto.h
+++ b/proto.h
@@ -3018,7 +3018,6 @@ PERL_CALLCONV HV* Perl_pad_compname_type(pTHX_ const PADOFFSET po)
#if defined(PERL_IN_PAD_C) || defined(PERL_DECL_PROT)
STATIC PADOFFSET S_pad_findlex(pTHX_ const char *name, const CV* cv, U32 seq, int warn, SV** out_capture, SV** out_name_sv, int *out_flags)
- __attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2)
__attribute__nonnull__(pTHX_6)