PATCH: remove a CPP warning within comment

Neil Booth neilb@earthling.net
Tue Dec 5 15:19:00 GMT 2000


John Marshall wrote:-

> Certainly it's worth suppressing the warning for C comments, but it's not
> obvious that it shouldn't warn in C++ comments:
> 
> 	// Lots of spaces after the backslash: \     
> 	foo ();  // Hey!  foo never got called!

There's a different warning for that - this warning is just for the
spaces.

Neil.


More information about the Gcc-patches mailing list