Commit 8e59813e authored by Bruce Momjian's avatar Bruce Momjian

fix no-return function call in cipher.c from commit 978f869b

Reported-by: buildfarm member sifaka

Backpatch-through: master
parent 26d60f2a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment