"#warning: http://...." doesn't work (gcc thinks that it's a comment!)

This commit is contained in:
Denis Vlasenko 2006-10-29 19:37:13 +00:00
parent 41be5b863d
commit afea46b4e4

View 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