"#warning: http://...." doesn't work (gcc thinks that it's a comment!)
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 29 Oct 2006 19:37:13 +0000 (19:37 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 29 Oct 2006 19:37:13 +0000 (19:37 -0000)
applets/applets.c

index 151d3a190524c0954ffdbb3ebe00e4bbf01131e4..bbde4b7212bb3cb0bed5cb11108a6b7d9caf7104 100644 (file)
@@ -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