aboutsummaryrefslogtreecommitdiff
path: root/applets/applets.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-29 19:37:13 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-29 19:37:13 +0000
commita9dc6fadc8fb5efd25b487265064f416d43d9173 (patch)
treead68bc8a549afe1e7f2d51d851643f7e365bbfe2 /applets/applets.c
parent58f420ac4032b704e5b49c8da8a2b47d32e1cbde (diff)
downloadbusybox-w32-a9dc6fadc8fb5efd25b487265064f416d43d9173.tar.gz
busybox-w32-a9dc6fadc8fb5efd25b487265064f416d43d9173.tar.bz2
busybox-w32-a9dc6fadc8fb5efd25b487265064f416d43d9173.zip
"#warning: http://...." doesn't work (gcc thinks that it's a comment!)
git-svn-id: svn://busybox.net/trunk/busybox@16472 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets/applets.c')
-rw-r--r--applets/applets.c2
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