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]

CPP warning within comments


Hi,

With current gcc from cvs, the following program :

int main()
{
/* \ 
*/
}

produces the warning "backslash and newline separated by space".

Would it be reasonnable to shut it up when it occurs within comments ?

I know a literate programming tool that generates tons of such backslahes...

-- 
Sylvain

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