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]

Re: Multi line string literals are deprecated considered bad


On Mon, 19 Mar 2001, Neil Booth wrote:

> So, in view of the above, I would still like to deprecate them.  However,

The C++ compiler has an option -Wno-deprecated to disable warnings about
deprecated features.  Perhaps this should be added to the C compiler and
preprocessor?  That would allow people to shut up such warnings until they
get round to fixing their code.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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