mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Fix missing _Noreturn declaration specifiers in src/main.c
Reported-by: Gisle Vanem <gvanem@yahoo.no>
This commit is contained in:
parent
2457715e7d
commit
9823dc1989
@ -1,3 +1,9 @@
|
||||
2014-11-11 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||
|
||||
* main.c: Fix missing _Noreturn declaration specifiers
|
||||
|
||||
Reported-by: Gisle Vanem <gvanem@yahoo.no>
|
||||
|
||||
2014-11-10 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||
|
||||
* openssl.c: Fix compile-time check for TLSv1.1 and TLSv1.2
|
||||
|
@ -117,8 +117,8 @@ i18n_initialize (void)
|
||||
|
||||
/* Definition of command-line options. */
|
||||
|
||||
static void print_help (void);
|
||||
static void print_version (void);
|
||||
static void _Noreturn print_help (void);
|
||||
static void _Noreturn print_version (void);
|
||||
|
||||
#ifdef HAVE_SSL
|
||||
# define IF_SSL(x) x
|
||||
|
Loading…
Reference in New Issue
Block a user