From: Denis Vlasenko Date: Sun, 29 Oct 2006 19:37:13 +0000 (-0000) Subject: "#warning: http://...." doesn't work (gcc thinks that it's a comment!) X-Git-Tag: 1_4_0~437 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=afea46b4e443f70b8173fc86c36ff7fcec57a474;p=oweals%2Fbusybox.git "#warning: ...." doesn't work (gcc thinks that it's a comment!) --- diff --git a/applets/applets.c b/applets/applets.c index 151d3a190..bbde4b721 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -20,7 +20,7 @@ #if ENABLE_STATIC && defined(__GLIBC__) #warning Static linking against glibc produces buggy executables #warning (glibc doesn't cope well with ld --gc-sections). -#warning See http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400 +#warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400 #warning Note that glibc is utterly unsuitable for static linking anyway. #endif