diff --git a/src/common/cipher.c b/src/common/cipher.c index a05d8b6323..393b062bc3 100644 --- a/src/common/cipher.c +++ b/src/common/cipher.c @@ -19,7 +19,7 @@ #include "common/cipher.h" -static void cipher_failure(void); +static void cipher_failure(void) pg_attribute_noreturn(); PgCipherCtx * pg_cipher_ctx_create(int cipher, uint8 *key, int klen, bool enc)