This is the mail archive of the gcc-patches@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: C++ PATCH: PR 21336


> 
> 
> > + 	  if (what)
> > + 	    warning (0, "conversion to %s%s will never use a type "
> > + 		     "conversion operator",
> > + 		     ref ? "a reference to " : "", what);
> 
> I know this is just moved from elsewhere, but can we replace those
> zeros as we encounter them?

Also does this violate the internalization code style?

-- Pinski


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