summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2005-09-29 21:01:54 +0000
committerDave Mitchell <davem@fdisolutions.com>2005-09-29 21:01:54 +0000
commit0b1558d16cef0eed0293ca2293a1169f013e7e06 (patch)
treeacdf898ada664e66dca6980b33bdc8ad82175516 /proto.h
parenta34e0dd0d47375964316ee3ff02bcf8a3b387537 (diff)
downloadperl-0b1558d16cef0eed0293ca2293a1169f013e7e06.tar.gz
the return value of start_subparse() can legally be ignored
p4raw-id: //depot/perl@25664
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto.h b/proto.h
index d09f802fa2..9996bf3bfd 100644
--- a/proto.h
+++ b/proto.h
@@ -1987,9 +1987,7 @@ PERL_CALLCONV SV** Perl_stack_grow(pTHX_ SV** sp, SV**p, int n)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2);
-PERL_CALLCONV I32 Perl_start_subparse(pTHX_ I32 is_format, U32 flags)
- __attribute__warn_unused_result__;
-
+PERL_CALLCONV I32 Perl_start_subparse(pTHX_ I32 is_format, U32 flags);
PERL_CALLCONV void Perl_sub_crush_depth(pTHX_ CV* cv)
__attribute__nonnull__(pTHX_1);