This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: multi-line string deprecated


On Jun 12, 2002, Tiemo Krüger - mycable GmbH <tiemo.krueger@mycable.de> wrote:

> /home/thim/linux/include/asm/semaphore.h:150:30: warning: multi-line
> string literals are deprecated

This is a warning.  You should fix the code since this feature is
going away, but it's very unlikely that it's causing the linker crash
you've run into.  That's more likely a linker problem.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]