mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
dirmngr:dns,doc,gpg: Fix for noreturn for C11.
* dirmngr/dns.c: Use __noreturn__. * doc/yat2m.c: Likewise. * g10/main.h: Likewise. -- GnuPG-bug-id: 4002 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
ddc6f7d194
commit
d5e29991c0
3 changed files with 3 additions and 3 deletions
|
@ -130,7 +130,7 @@ typedef int socket_fd_t;
|
|||
|
||||
#if __GNUC__
|
||||
#define DNS_NOTUSED __attribute__((unused))
|
||||
#define DNS_NORETURN __attribute__((noreturn))
|
||||
#define DNS_NORETURN __attribute__((__noreturn__))
|
||||
#else
|
||||
#define DNS_NOTUSED
|
||||
#define DNS_NORETURN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue