mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
Silence MinGW warning about "'noreturn' function does return"
(Thanks to Nicholas Clark) p4raw-id: //depot/perl@25041
This commit is contained in:
parent
c483e0e5d6
commit
d951c35852
@ -915,8 +915,10 @@ struct IPerlProcInfo;
|
||||
typedef void (*LPProcAbort)(struct IPerlProc*);
|
||||
typedef char* (*LPProcCrypt)(struct IPerlProc*, const char*,
|
||||
const char*);
|
||||
typedef void (*LPProcExit)(struct IPerlProc*, int);
|
||||
typedef void (*LPProc_Exit)(struct IPerlProc*, int);
|
||||
typedef void (*LPProcExit)(struct IPerlProc*, int)
|
||||
__attribute__noreturn__;
|
||||
typedef void (*LPProc_Exit)(struct IPerlProc*, int)
|
||||
__attribute__noreturn__;
|
||||
typedef int (*LPProcExecl)(struct IPerlProc*, const char*,
|
||||
const char*, const char*, const char*,
|
||||
const char*);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user