X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Flog.h;h=173f81e3d2acb3086c897b94451c4522c13fd5a2;hp=29c484eea06fc60494f8f04f6f8a189b450a5216;hb=0ff9eb47276f0485e7c2e1ed1c014c7c82758ef7;hpb=83b0e389400b03110402d1408fd9610988ba3419 diff --git a/src/log.h b/src/log.h index 29c484ee..173f81e3 100644 --- a/src/log.h +++ b/src/log.h @@ -33,13 +33,6 @@ so, delete this exception statement from your version. */ /* The log file to which Wget writes to after HUP. */ #define DEFAULT_LOGFILE "wget-log" -/* Make gcc check for the format of logmsg() and debug_logmsg(). */ -#ifdef __GNUC__ -# define GCC_FORMAT_ATTR(a, b) __attribute__ ((format (printf, a, b))) -#else /* not __GNUC__ */ -# define GCC_FORMAT_ATTR(a, b) -#endif /* not __GNUC__ */ - enum log_options { LOG_VERBOSE, LOG_NOTQUIET, LOG_NONVERBOSE, LOG_ALWAYS }; #ifdef HAVE_STDARG_H