diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2005-07-12 18:29:43 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2005-07-12 18:29:43 +0000 |
commit | 282e17420839364a06808f9f85ab641c510d8296 (patch) | |
tree | 6880d8f34d9a165f8a779a5807c465ff498ebcab /proto.h | |
parent | 56d23705b5c1a6644965d52e2de049e897bc5077 (diff) | |
download | perl-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |