On Mon, Oct 24, 2011 at 20:50, NormW <no...@gknw.net> wrote: > Hi, > Unsure a 'bug' but when compiling wc-queries.h file with (an oldish) gcc for > NetWare get 1000's of warnings as shown: > >> In file included from >> D:/Projects/srcs/subversion-1.7.1/subversion/libsvn_wc/entries.c:44: >> D:/Projects/srcs/subversion-1.7.1/subversion/libsvn_wc/wc-queries.h:6:3: >> warning: multi-line string literals are deprecated
I believe your compiler is broken. The backslash *is* needed at the end of the line since it is part of a macro definition. If the strings were in "real" code, then yeah: that backslash would not be needed (which the warning is trying to tell you, but the warning is wrong in this context). >... Cheers, -g