We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d60f2 commit 8e59813Copy full SHA for 8e59813
src/common/cipher.c
@@ -19,7 +19,7 @@
19
20
#include "common/cipher.h"
21
22
-static void cipher_failure(void);
+static void cipher_failure(void) pg_attribute_noreturn();
23
24
PgCipherCtx *
25
pg_cipher_ctx_create(int cipher, uint8 *key, int klen, bool enc)
0 commit comments