Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e59813

Browse files
committed
fix no-return function call in cipher.c from commit978f869
Reported-by: buildfarm member sifakaBackpatch-through: master
1 parent26d60f2 commit8e59813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/common/cipher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include"common/cipher.h"
2121

22-
staticvoidcipher_failure(void);
22+
staticvoidcipher_failure(void)pg_attribute_noreturn();
2323

2424
PgCipherCtx*
2525
pg_cipher_ctx_create(intcipher,uint8*key,intklen,boolenc)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp