mirror of
https://github.com/mirror/wget.git
synced 2025-03-03 22:30:20 +08:00
* src/wget.h: #undef _Noreturn when building with C++
This commit is contained in:
parent
5811c2222b
commit
6ba1cb587c
@ -209,6 +209,9 @@ typedef double SUM_SIZE_INT;
|
||||
|
||||
/* Everything uses this, so include them here directly. */
|
||||
#include <alloca.h>
|
||||
#ifdef __cplusplus
|
||||
# undef _Noreturn
|
||||
#endif
|
||||
#include "xalloc.h"
|
||||
|
||||
/* Likewise for logging functions. */
|
||||
|
Loading…
Reference in New Issue
Block a user