diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-29 19:37:13 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-29 19:37:13 +0000 |
commit | afea46b4e443f70b8173fc86c36ff7fcec57a474 (patch) | |
tree | ad68bc8a549afe1e7f2d51d851643f7e365bbfe2 | |
parent | 41be5b863d57bcc34b47b01559ff5e0fb4c8c683 (diff) | |
download | busybox-w32-afea46b4e443f70b8173fc86c36ff7fcec57a474.tar.gz busybox-w32-afea46b4e443f70b8173fc86c36ff7fcec57a474.tar.bz2 busybox-w32-afea46b4e443f70b8173fc86c36ff7fcec57a474.zip |
"#warning: http://...." doesn't work (gcc thinks that it's a comment!)
-rw-r--r-- | applets/applets.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
20 | #if ENABLE_STATIC && defined(__GLIBC__) | 20 | #if ENABLE_STATIC && defined(__GLIBC__) |
21 | #warning Static linking against glibc produces buggy executables | 21 | #warning Static linking against glibc produces buggy executables |
22 | #warning (glibc doesn't cope well with ld --gc-sections). | 22 | #warning (glibc doesn't cope well with ld --gc-sections). |
23 | #warning See http://sources.redhat.com/bugzilla/show_bug.cgi?id=3400 | 23 | #warning See sources.redhat.com/bugzilla/show_bug.cgi?id=3400 |
24 | #warning Note that glibc is utterly unsuitable for static linking anyway. | 24 | #warning Note that glibc is utterly unsuitable for static linking anyway. |
25 | #endif | 25 | #endif |
26 | 26 | ||