You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Notify compiler that cryptoErrorCode() does not return.
This commit is contained in:
@ -36,7 +36,7 @@ void cryptoInit(void);
|
||||
bool cryptoIsInit(void);
|
||||
|
||||
void cryptoError(bool error, const char *description);
|
||||
void cryptoErrorCode(unsigned long code, const char *description);
|
||||
void cryptoErrorCode(unsigned long code, const char *description) __attribute__((__noreturn__));
|
||||
|
||||
CipherType cipherType(const String *name);
|
||||
const String *cipherTypeName(CipherType type);
|
||||
|
Reference in New Issue
Block a user